Introduction to NuSOAP

NuSOAP is a group of PHP classes that allow developers to create and consume SOAP web services. It does not require any special PHP extensions. The current release version (0.6.7) of NuSOAP at the time this was written (03-November-2004), supports much of the SOAP 1.1 specification. It can generate WSDL 1.1 and also consume it for use in serialization. Both rpc/encoded and document/literal services are … Continue reading Introduction to NuSOAP

Simple Object Access Protocol(SOAP)

Intended Audience This article describes the new SOAP extension for PHP. It is intended for PHP developers who want to write their own Web Services servers, or use SOAP to access existing ones. It assumes some familiarity with Web Services, SOAP, and WSDL (Web Services Description Language). Introduction SOAP (Simple Object Access Protocol) is a lightweight XML-based protocol for exchanging structured information between distributed applications … Continue reading Simple Object Access Protocol(SOAP)