PHP SOAP client giving “Error Fetching http headers”
October 23rd, 2008
Summary: PHP’s SOAP client was throwing an extremely unhelpful error: Error Fetching http headers. It turns out that it was a simple case of a slow SOAP server, and increasing the default_socket_timeout in php.ini to 120 fixed it.
Read more…


