I have a problem using a distributed WSDL file (schemas / other definitions declared outside the real WSDL) using PHP SoapClient.
This is the error message I received:
SOAP-ERROR: Parsing WSDL: 'getSomeInfo' already defined.
After some googling, this seems like a bug inside PHP, as someone else has found the exact same problem: http://bugs.php.net/bug.php?id=45282
Have any bugs been fixed? Any solution to solve this problem?
I think posting a piece of code is pointless, since calling SoapClient ctor using only WSDL is the only one that fails.
source share