DBServer6668 / ksoap2-android

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

Complex data request in Android (java) #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello World,

I would like to know if is possible to send a request/envelope like this:

<ONE>
     <ONE-1></ONE-1>
     <ONE-2></ONE-2>
     <TWO>
           <TWO-1></TWO-1>
           <TWO-2></TWO-2>
           <TWO-3></TWO-3>
     </TWO>
     <ONE-3></ONE-3>
</ONE>

It is not clear if is possible to achieve.

Any advise will be appreciate.

Original issue reported on code.google.com by yessica...@gmail.com on 11 Jun 2015 at 10:29

GoogleCodeExporter commented 8 years ago
ksoap2-android-assembly-3.4.0-jar-with-dependencies
Programming with Eclipse 
Android app

Original comment by yessica...@gmail.com on 11 Jun 2015 at 10:32

GoogleCodeExporter commented 8 years ago
Yes. It is possible. Please read the documentation on this site. 

Original comment by mosa...@gmail.com on 11 Jun 2015 at 10:53