kvin024 / ksoap2-android

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

Parsing of SoapObject #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.
I've attached my SoapObject response,how can i deserialize this response?

Original issue reported on code.google.com by daume...@gmail.com on 31 May 2011 at 2:31

Attachments:

GoogleCodeExporter commented 9 years ago
By traversing the tree and parsing the soapobjects attribute and value objects 
into your pojos. See the javadoc for soapobject.

Original comment by mosa...@gmail.com on 31 May 2011 at 3:49