|
|
| |
1. Consum WCF Services from PHP |
|
Reply |
|
|
 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. |
There is 1 reply in this thread, which is not being displayed. Browsing this forum thread replies is available only to premium subscribers.
Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum. |