Menu

#23 Exception WDSL format incorrect

New
nobody
None
Medium
Defect
2013-04-09
2013-04-09
Anonymous
No

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" />';

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.