Mark, Do you have control of the client and the service? It seems like the only part of a dom.Document you might want to pass that you couldn't pass literally is the <?xml version = "1.0"?> declaration, which would make the SOAP message invalid. If this isn't a concern, why not just write a messaging client that sends the text representation of the whole DOM as the SOAPBody and extract the whole thing on the other end with a messaging service?
Andrew At 11:19 AM 5/14/2002 -0700, you wrote: >Hi! > >Where can I find a documentation of data-/obejct- types axis' serializer can >handle? > >Actually I am looking for a way to pass a complete parsed XML-Document from >a client to a web service through axis. It does not matter to me whether I >have to put it in an array first or whether I can pass it as DOM-Object >(dom.Document) as long as I can use the standard axis serializer/des. . > >Any solutions? >Thanks in advance!!! >Mark.
