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"
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |