yessicabarria
10 years agoOccasional Visitor
request with complex data in android
Hello Wordl!
I am trying to send a request like this one to my web services:
<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>
Could someone share with me how to do this request? and more important it is possible for android (programming with java)?