: Soap PHP (5.3.10), .NET:
- wsdl "Foo.wsdl" PHP
- "Foo.wsdl" "Bar.wsdl"
- " Bar.wsdl" "Foo.wsdl"
- PHP SOAP-ERROR: WSDL: bla bla
To avoid this, I simply use the standard .net function , which is unacceptable for the case , and I call the first wsdl in lower case ("foo.wsdl") instead of the original (Foo.wsdl). This worked because now foo.wsdl imports Bar.wsdl and Bar.wsdl imports Foo.wsdl, and with curious things that I can’t explain, PHP likes it.
source
share