dev-master
9999999-devTries to dump a WSDL client
MIT
The Requires
v1.0-rc.1
1.0.0.0-RC1Tries to dump a WSDL client
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Tries to dump a WSDL client
$wsdl = '...';
$generator = new \Nassau\WsdlGenerator\WSDLGenerator();
$options = new \Nassau\WsdlGenerator\GeneratorOptions;
$options->setNamespace('\\Acme\\WebService');
$options->setTargetDir(__DIR__ . "/src");
$generator->generate($wsdl, $options);
Experimental, (*1)
Tries to dump a WSDL client
MIT
Tries to dump a WSDL client
MIT