Enhance namespace extraction with comprehensive type definition API and external schema support #125
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR potentially improves Wasabi's handling of WSDL documents that use external schemas and multiple namespaces, adding support for extracting detailed type information needed by SOAP clients like Savon.
Motivation
I ran into issues with enterprise WSDL documents where Savon needed more type information to construct requests correctly. This PR can address those gaps while keeping backward compatibility.
Disclosure
I had Claude do a bit of the heavy lifting here - but I've tested this implementation towards some of the use cases I've faced.
Let me know if you need any changes or have questions about the approach.