|
I’ve been experimenting with message based SOAP
services and the XML java data-binding project jBind.
When I call my SOAP service, it returns an org.w3c.dom.Document. I would like
to then use the classes generated by jBind (generated
by compiling the schema) to provide a more convenient access to the DOM. However,
jBind uses its own DOM implementation, not the one
provided my Sun. Is there a way to use an alternative DOM implementation within
Axis? David R Robison Open Roads Consulting, Inc. http://www.openroadsconsulting.com |
