I have used wsdl2java to generate stubs for a web service that specifies document style. Consequently the stubs want me to turn my xml into DOM and I need to turn the returned DOM back to XML :-(
Is there anyway I can tell wsdl2javs to use message style as I want to work with xml not DOM? Is does seem strange that the web service appears to be dictating the client use DOM. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
