PHP Classes

Consum WCF Services from PHP

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  Consum WCF Services from PHP  
Subject:Consum WCF Services from PHP
Summary:Is it possible to consume WCF Services from PHP?
Messages:2
Author:Jesus Zevallos
Date:2010-02-17 15:11:37
Update:2010-03-10 04:58:02
 

  1. Consum WCF Services from PHP   Reply   Report abuse  
Picture of Jesus Zevallos 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.