How-to articles, tricks, and solutions about SOAP

How do I see the actual XML generated by PHP SOAP Client Class?

To see the actual XML generated by the PHP SOAP Client class, you can use the __getLastRequest() method.

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.

Main differences between SOAP and RESTful web services in Java

SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) are two different styles of web services that can be used to expose the functionality of a web-based system over the internet.

WSDL to PHP with Basic Auth

There are a few ways to convert a WSDL file to PHP code with Basic Auth.