
wsdldocument
Provides WSDL generation in PHP.
$wsdl = new WSDLDocument( "MyClass" );
echo $wsdl->saveXml();
With this simple code you can generate a WSDL document to your webservice.
Main pages
Project Information
- License: GNU Lesser GPL
- 10 stars
- svn-based source control
Labels:
webservice
wsdl
soap
generator
php