librewsdl4j / libre-wsdl4j

A maintained fork of WSDL4J. ⛺
Other
30 stars 7 forks source link

Make Schema parser configurable #1

Open andreasrosdal opened 5 years ago

andreasrosdal commented 5 years ago

The the original WSDL4j, in the PopulatedExtensionRegistry, the schema parser can cause problems when .WSDL files contain references to .XSD files which are hosted on external servers. Therefore, this should be configurable. In the current version, this has been commented out, here:

https://github.com/librewsdl4j/libre-wsdl4j/blob/53179c0ff5f951cf7a8b58740f22982fe258ef14/src/main/java/com/ibm/wsdl/extensions/PopulatedExtensionRegistry.java#L414