Re: SOAP-ERROR: Parsing WSDL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi David,

David Zülke schrieb:
The WSDL seems odd. It uses the soap12: prefix (and namespace) everywhere except for the defined headers.

Search and replace all occurences of
<soap:
with
<soap12:

and it will work.

I'm leaning towards saying that this is a bug in the WSDL, not in SoapClient, as the entire service is declared as a "soap12" (http://schemas.xmlsoap.org/wsdl/soap12/) service, but then those headers are declared in a different protocol version (http://schemas.xmlsoap.org/wsdl/soap/) which has no corresponding binding.

Thank you very much. I made a local copy of the WSDL and changed it corresponding to your suggestion and now it works.

Harald
--
Coworking-Space Stuttgart http://coworking0711.wordpress.com

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux