You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Patrick Mazza <pm...@hotmail.com> on 2001/05/09 17:21:38 UTC

Attempt to get XML Document instead of Element

Apache SOAP can return an XML Element given the appropriate encoding.
However is it possible to get the XML Document instead ?
The web service I'm dealing with only returns an XML Document NOT Element.
Is there any workaround ?
Do I have to make my own deserializer (...ouch) ?

Anyone with similar issues ? Replies most welcome. Thanks
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Attempt to get XML Document instead of Element

Posted by Rajesh J Advani <ra...@wipro.com>.
> Apache SOAP can return an XML Element given the appropriate encoding.
> However is it possible to get the XML Document instead ?
> The web service I'm dealing with only returns an XML Document NOT Element.
> Is there any workaround ?
> Do I have to make my own deserializer (...ouch) ?
> 
> Anyone with similar issues ? Replies most welcome. Thanks

Would doing Document.getDocumentElement() help?

-- 
Rajesh J Advani
-----------------------------------
Intolerance will not be tolerated!

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Attempt to get XML Document instead of Element

Posted by Rajesh J Advani <ra...@wipro.com>.
> Apache SOAP can return an XML Element given the appropriate encoding.
> However is it possible to get the XML Document instead ?
> The web service I'm dealing with only returns an XML Document NOT Element.
> Is there any workaround ?
> Do I have to make my own deserializer (...ouch) ?
> 
> Anyone with similar issues ? Replies most welcome. Thanks

Would doing Document.getDocumentElement() help?

-- 
Rajesh J Advani
-----------------------------------
Intolerance will not be tolerated!

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org