Exception WDSL format incorrect
PhpWsdl I started to develop my own WSDL generator for PHP because th
Brought to you by:
odvpbre
Originally created by: i...@joolee.nl
W3 validator throws: Invalid per cvc-complex-type.1.4: required attribute {None}:name not present
http://www.w3.org/2001/03/webdata/xsv?docAddrs=http%3A%2F%2Fwan24.de%2Ftest%2Fphpwsdl2%2Fdemo.php%3FWSDL&style=xsl#
PHP Soapclient throws:
Fatal error: SOAP-ERROR: Parsing WSDL: Missing name for of 'methodName' in...
Solvable by changing line 140 of class.phpwsdlmethod.php to:
$res[]='<wsdl:fault name="'.$this->Name.'Exception" message="tns:'.$this->Name.'Exception" />';