Jesus Zevallos - 2010-02-17 19:24:15
Hi everybody,
I am trying to consume a WCF Service from PHP, and I have some questions:
- It is possible to do it if the WCF Service has configured endpoint binding as wsHttpBinding? I ask that because reading in Internet mention that it is impossible and only it is possible if the WCF service is basicHttpBinding.
- I always get the next error message: Error Fetching http headers
Despite to follow some instructions like put into my code:
ini_set("soap.wsdl_cache_enabled", "0");
ini_set("soap.wsdl_cache_ttl", "0");
and set default_socket_timeout = 480 in php.ini
the web service what I am trying to consum is wsHttpBinding, is it the real and big problem?
Thank you for your help.