PHP SOAP Toolkit 0.6.1 (Default branch) |
|
|
PHP SOAP Toolkit is a comprehensive SOAP library
for PHP 5. It provides WSDL parsing and
template-based code generation for client, server,
and data types for contract-first Web services. It
wraps the native PHP SOAP client and server, and
uses WS-Helper to provide code-first Web services.
License: GNU General Public License (GPL)
Changes:
Doc/lit wrapped parameter names are now generated
properly. Document-Literal is no longer broken
when you try to use WSDL mode on client side. The
presence of the XSL extension is checked before
creating the documentation page. Array handling
was changed from SOAP-ENC (using ...Array types)
to XSD (minOccurs/maxOccurs in-line). Static
Create (factory) functions are added on a
generated client class. Downloaded WSDL is added
to generated client code.
|