Android Example Make http request to Web API Server v3 (POST/PUT) with XML payload

Here is a modified example where the web api server excepts XML payload.
Required latest WebApiUtils v3.05 and MiniORMUtils.

Change the URL to server
B4X:
Private URL As String = "http://192.168.50.42:8080/api/" ' Change to your Web API Server URL

1738956929171.png
1738957018269.png
 

Attachments

  • XmlClient.zip
    440.6 KB · Views: 47
  • xmlserver.zip
    422.4 KB · Views: 39
Last edited:
Top