Source for file genproxy.php
Documentation is available at genproxy.php
require_once 'SOAP/WSDL.php';
* a command line tool for generating SOAP proxies from WSDL files
* genproxy.php http://site/foo.wsdl > foo.php
print $wsdl->generateAllProxies ();
echo "<?php\n\nrequire_once 'SOAP/Client.php';\n\n";
Documentation generated on Mon, 11 Mar 2019 14:33:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|