SoapFault exception: Could not connect to host

后端 未结 27 1633
-上瘾入骨i
-上瘾入骨i 2020-12-01 07:47

Sometimes fail to call the web service.

This problem happens all the time.

What could be the problem?

Error:
    SoapFault exception: [HTTP]          


        
27条回答
  •  盖世英雄少女心
    2020-12-01 08:27

    The problem was solved.The problem is the cache

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

提交回复
热议问题