wsdl2php - PHP 5 Web Service Proxy Generator -------------------------------------------- wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access web services. It make use of both the SOAP and DOM extension. Requirements ------------ In order to use wsdl2php you must fullfill the following requirements: o PHP 5 >= 5.0.1 with SOAP and DOM enabled o PEAR installer >= 1.4 Installation ------------ 1) Download the latest release from http://www.sf.net/projects/wsdl2php. 2) Install the package with the PEAR installer: $ sudo pear install path/to/wsdl2php-x.y.z-pear.tgz Subversion Instructions ----------------------- svn co https://wsdl2php.svn.sourceforge.net/svnroot/wsdl2php wsdl2php Credits ------- Knut Urdalen - author John Lindal - contributor