php - SoapFault exception: Could not connect to host -
sometimes fail call web service.
this problem happens time.
what problem?
error: soapfault exception: [http] not connect host in 0 [internal function]: soapclient->__dorequest('<?xml version="...', http://.', '', 1, 0)
the problem solved.the problem cache
ini_set('soap.wsdl_cache_enabled',0); ini_set('soap.wsdl_cache_ttl',0);
Comments
Post a Comment