Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception WDSL format incorrect #23

Open
GoogleCodeExporter opened this issue Mar 11, 2016 · 0 comments
Open

Exception WDSL format incorrect #23

GoogleCodeExporter opened this issue Mar 11, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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%2Fph
pwsdl2%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" />';

Original issue reported on code.google.com by i...@joolee.nl on 9 Apr 2013 at 1:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant