PHP SoapClient: Problems with Distributed WSDL File
- by Dave
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