PHP SoapClient: Problems with Distributed WSDL File

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-02-26T14:53:32Z Indexed on 2010/04/10 16:03 UTC
Read the original article Hit count: 399

Filed under:
|
|
|
|

Hello,

I have a problem using a distributed WSDL File ( scheme / other definitions are declared outside the actual wsdl) with php's SoapClient.

This is the Fault Message I get:

SOAP-ERROR: Parsing WSDL: 'getSomeInfo' already defined.

After some googling , it seems to be a bug inside php as someone else discovered exactly the same problem: http://bugs.php.net/bug.php?id=45282

Has there been any bug fix(es)? Any solution to work around this bug?

PS: I think posting a code snippet is senseless, since the invocation of the SoapClient ctor using just the WSDL is the only that fails.

Thank you in advance,

Dave

© Stack Overflow or respective owner

Related posts about php

Related posts about soap