I've been trying to figure out how to obliterate oft-maligned DOM cache, and
I've run into a complexity.

The JAXB tooling down in wsdlto needs, apparently, to be fed all the schemas
-- even the imported schemas -- as top level documents. It expects the
WSDLServiceBuilder to leave a property hanging about that is a map from
string to Element. The strings are a document base URIs. So, for a schema
embedded in a WSDL, they are the WSDL URI, no fragment.

Does this surprise anyone? How does the Dynamic client work? does it use
this same horror?

Reply via email to