Android: Is there a way to convert a SoapObject (carrying XML data) to an InputStream object?



The SoapObject is the response from a SOAP based web service.


I know it contains XML data because I tested the web service on www.soapclient.com.


Now, I want to use XMLPullParser to parse the response. XMLPullParser takes an InputStream, so is there a way to convert the SoapObject into an InputStream?


No comments:

Post a Comment