(1) anyone knows what patch the code speaks about (variable patchRequired)(2) if the WSDL is read from a WS client, the import element cannot resolve the declared namespace to an XSD since the schemaLocation attribute is removed. I do not understand the logic of this patch...?
In AbstractDataBinding.addSchemaDocument, all schemaLocation attributes
from any import statements are removed as some kind of "patch" (the
schemaLocation attribute was generated before).
- bottom-up WSDL deployment removes schemaLocation attri... [email protected]
