Answer the question
In order to leave comments, you need to log in
How to solve SOAP error "Error Fetching http headers"?
Hello.
SOAP client config:
ini_set('default_socket_timeout', 5000);
//...
[
'soap_version' => SOAP_1_2,
'trace' => true,
'keep_alive' => false, // или true - без разницы
'connection_timeout' => 5000,
'cache_wsdl' => WSDL_CACHE_NONE,
'compression' => SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP | SOAP_COMPRESSION_DEFLATE,
]
Error Fetching http headers
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question