B4J Question json POST

Pedro Caldeira

Active Member
Licensed User
Longtime User
I have to send a XMLRPC/JSON to a Webservice running on a given machine

I have to send a structure similar do this one:
B4X:
<methodCall>
<methodName>RequestServer.RequestBill</methodName>
<params>
<param>
<value><i4>30</i4></value>
</param>
<param>
<value><i4>1</i4></value>
</param>
</params>
</methodCall>

What method would be best to do this : hhtp lib, json lib ?
I am a bit of a noob with web programming, so help is appreciated :)
 
Top