Using literal XML, as you show below, should allow you to deserializer an Element, assuming it was serialized using literal XML on the sending side.
Scott Nichol ----- Original Message ----- From: "David Q Levitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 3:50 PM Subject: deserializing an org.w3c.dom.Element in a SOAP client > > > > > Is there a way to deserialize an org.w3c.dom.Element in a SOAP client ? I > am using > soapCall.setEncodingStyleURI(Constants.NS_URI_LITERAL_XML); > but apparently that's not enough. > > Do I need to create a mapping registry for deserializing > org.w3c.dom.Element and if so what deserializer do I register? or do I > have to create my own? > > Thanks, > > Dave Levitt > > > -- > To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> > For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org> > > -- To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>