Is there any tool for generating Java code from WSDL using XML Directories? The problem is that I have wsdl files that import XML schemas that also import other schemas, and the schemas are not available at the schemaLocation address. This is why code generation fails. If the tool could use the XML catalog, this problem would be solved without changing each scheme in each WSDL and scheme.
I tried the Eclipse and Netbeans plugins, but both failed. In Eclipse and Netbeans, I configured the location of alternate schemas using an XML directory, and so they can validate WSDL files without errors. However, when they generate code from wsdl, they fail.
source
share