After some weeks of development, the
php5-webservice project is born.
This
package with the name "
Services_Webservice" is similair to the .NET way of handling webservices and currently there is a
call for votes on the pear website.
The package does all the annoying stuff that comes to you when creating webservices, like:
- wsdl (webservice description language) creation
- disco (discovery) creation
- instantiating a soap server
- infopage of the webservice
Some details about the package:
- PHP5.1
- Typehinting support
- complex types | complex arrays
- simple types | simple arrays
In case you want to test it, you can find the latest version of the webservice package on
thinkforge.de
Let me know what you think about it.
Manfred