wsdl2php 0.2 released!
This version adds a lot of minor bugfixes for various interopability issues. Check out the download section.
What is wsdl2php?
wsdl2php is a very simple tool for PHP 5 to generate client code against a WSDL-file.
Features
Features included in wsdl2php.
- Generate PHP source code to communicate with a WebService through SOAP
- Adds PHPDoc comments if wsdl:documentation is presented on elements
Requirements
In order to install wsdl2php you need to fullfill these requirements:
- *ix based operating system
- PHP >= 5.0.1 with SOAP and DOM enabled
- PEAR installer
|