venture-oak-labs/wsdl2php-generator-cli

Console Client for wsdl2phpgenerator

1.0.0 2015-11-05 15:13 UTC

This package is not auto-updated.

Last update: 2024-04-17 09:10:56 UTC


README

Simple Console Client to generate php classes from a wsdl file based on Wsdl2PhpGenerator Library

Get the package using composer

composer require venture-oak-labs/wsdl2php-generator-cli

Read the full documentation at https://github.com/wsdl2phpgenerator/wsdl2phpgenerator.

Options exposed:

Examples

php application.php wsdl2php-generator --help // view the options

php application.php wsdl2php-generator http://urltowsdl?wsdl /var/www/demo/wsdl --namespaceName AcmeDemoBundle --operationNames doLoginActiveDirectory,doLoginAcme --soapClientOptions login,username --soapClientOptions password,secret