Hi,
Woden uses XmlSchema to parse and represent schema inlined, imported
or included by WSDL. Currently Woden does a DOM parse on the WSDL to
populate its WSDL model. There is work underway to implement a StAX
parse model (via AXIOM) to populate the WSDL model to achieve greater
performance.

Since we rely on XmlSchema to parse the schema and the schema can be a
large (if not largest) part of the WSDL it would be good to have
XmlSchema also use a StAX based approach. Is this being considered? Or
could we achieve this just by using DOOM as the DOM impl under
XmlSchema?

Thanks,
Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to