How-to articles, tricks, and solutions about WEB-SERVICES

How to call a SOAP web service on Android

To call a SOAP web service on Android, you can use the HttpURLConnection class to send an HTTP request to the web service and receive the response.

How to get info on sent PHP curl request

To get information about a cURL request that you have sent using PHP, you can use the curl_getinfo() function.