PHP SOAP Extension - Other Implementations of SOAP for PHP (
Page 8 of 8 )
• PEAR::SOAP (
http://pear.php.net)
• NuSOAP (
http://dietrich.ganx4.com/nusoap)
• eZ SOAP (
http://ez.no)
All the above are written in PHP, rather than in C.
SummaryIn this article I have described only the basic functionality of the SOAP extension for PHP. In reality it can do significantly more, but it isn’t possible to demonstrate all its features in a short article. The main ones are:
• support for complex types (arrays, objects)
• support for SOAP headers
• dynamic support for both SOAP 1.1 and SOAP 1.2
Perhaps these will be starting points for future articles.
The SOAP extension is fully documented at
here.
The extension is still in the early development phase, so your feedback will help to make it more stable, reliable, usable and fast. Please report any problems you find at
http://bugs.php.net/.
References
“Simple Object Access
Protocol (SOAP) 1.1”
“SOAP 1.2 Part 0:
Primer”
“SOAP 1.2 Part 1: Messaging
Framework"
"SOAP 1.2 Part 2:
Adjuncts"
“Web Services Description Language (
WSDL) 1.1”
"XML Schema Part 1:
Structures"
"XML Schema Part 2:
Datatypes"