wsdldocument


WSDL generator in PHP

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

Usage

Issues

Project Information

Labels:
webservice wsdl soap generator php