erendiler / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Server response as XML? #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setup a soap call
2. getResponse()
3.

What is the expected output? What do you see instead?
Expected: output would be the server response as XML.
Instead: SoapObject

What version of the product are you using? On what operating system?
Any

Please provide any additional information below.
Is there any way, using your library, and without turning on httptransportse 
debug mode, to actually get the XML response from the server to place into an 
xmlparser or document?

Original issue reported on code.google.com by jon.cavi...@gmail.com on 26 Feb 2012 at 3:45

GoogleCodeExporter commented 8 years ago
The whole point of ksoap is that it parses it for you .. hence the tree of 
SoapObjects. If you just want the xml.. use a simple http request to get the 
response. Apart from the debug mode there is no way to get the xml directly 
afaik.

What is your use case?

Original comment by mosa...@gmail.com on 27 Feb 2012 at 5:07

GoogleCodeExporter commented 8 years ago
no response. no use case. no bug.

Original comment by mosa...@gmail.com on 10 Apr 2012 at 4:28