title | updated | permalink |
---|---|---|
What is SOAP and How to Use It in PHP? |
March 13, 2016 |
/faq/api/what-is-soap/ |
SOAP (Simple Object Access protocol) is a protocol specification for web services that exchange information in the form of XML Information Set.
Libraries and reading material to check out.
- NuSOAP - SOAP Toolkit for PHP.
- PHP SOAP extension manual
- Zend\Soap - Standalone Zend SOAP component.