Notice: Undefined index: argv in /var/www/html/sevence/common/pear/SOAP_Toolkit/wsdl2pst.php on line 27

Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/sevence/common/pear/SOAP_Toolkit/util/CommandLineParameterParser.php on line 29
You must provide a url to the WSDL file. Usage: wsdl2php.php [options] -w , where: -n [ServiceName] (optional) Name or index of the service within the WSDL that will be used. Does not generate a service skeleton if not included. -d (optional) If present, then the program will generate data contract classes for all types found in the WSDL. -c (optional) If present, then the program will generate a custom SOAP client for the service specified by -n, above. -dw [TRUE/FALSE] (optional) If TRUE, then generate 'unwrapped' param lists for doc/lit-wrapped messages. Default is TRUE (unwrap). -od [OutputData] (optional) Path where data class files should be written. Default is the current folder. -oc [OutputClient] (optional) Path where client file should be written. Default is the current folder. -os [OutputServices] (optional) Path where service file should be written. Default is the current folder. -v [TRUE/FALSE] (optional) If TRUE, then write verbose output to stdout. Default is FALSE (moderate output). -q [TRUE/FALSE] (optional) If TRUE, then write no output to stdout. Default is FALSE (moderate output). -x [TRUE/FALSE] (optional) If TRUE, then write XML files but do not transform. Default is FALSE (write only transformed content) -xs [ServiceTransformFile] (optional) Path and name of XSL file to use for generating code from the parsed service object. Default is /usr/local/php/lib/php/data/SOAP_Toolkit/xslt/ServiceClass.xsl. -xc [ClientTransformFile] (optional) Path and name of XSL file to use for generating code from the parsed service object. Default is /usr/local/php/lib/php/data/SOAP_Toolkit/xslt/ClientClass.xsl. -xd [DataTransformFile] (optional) Path and name of XSL file to use for generating code from the parsed service object. Default is /usr/local/php/lib/php/data/SOAP_Toolkit/xslt/DataClass.xsl. -w (required) Path and filename of the wsdl to parse