SoapFault 异常:无法连接到主机

2021-12-24 00:00:00 php soap

有时无法调用网络服务.

Sometimes fail to call the web service.

这个问题一直在发生.

可能是什么问题?

Error:
    SoapFault exception: [HTTP] Could not connect to host in 
    0 [internal function]: SoapClient->__doRequest('<?xml version="...', http://.', '', 1, 0)

推荐答案

问题解决了.问题是缓存

The problem was solved.The problem is the cache

ini_set('soap.wsdl_cache_enabled',0);
ini_set('soap.wsdl_cache_ttl',0);

相关文章