I generated a service using xmlbeans data binding, from some existing WSDL. The service name is getData, and hence the input/output documents are GetDataDocument and GetDataReturnDocument.
My question is: how do I go about traversing the DOM tree of the input document, and building the DOM of the output document? I've seen plenty of examples that do these things using OMElements, but none of the methods of these document classes take or return OMElements (only XmlObjects).
Any help at all is appreciated.
Thanks
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
