Provides a library to generate WSDL documents using DOM in PHP.
$wsdl = new WSDLDocument( "MyClass" ); echo $wsdl->saveXml();
With this simple code you can generate a WSDL document to your webservice.
|
Provides a library to generate WSDL documents using DOM in PHP.
$wsdl = new WSDLDocument( "MyClass" ); echo $wsdl->saveXml();
With this simple code you can generate a WSDL document to your webservice.