更新php服务器上的wsdl缓存

时间:2018-10-31 08:28:07

标签: php apache wsdl

Asp.net可以更新wsdl参考。如何更新force,以更新php服务器上的wsdl缓存。

我更新了我的Web服务(wsdl),现在我的php在使用该功能时出现此错误

An uncaught Exception was encountered
Type: SoapFault

Message: Function ('-- watever function --') is not a valid method for this service

我的Web服务运行正常。在我的asp.net应用程序上工作。

并且我已经尝试删除wsdl缓存文件,如下所示:

$php -i | grep soap.wsdl_cache_dir
soap.wsdl_cache_dir => /tmp => /tmp
$rm -r /tmp/wsdl*

最后重启我的服务器,希望它可以清除其缓存。

但我仍然遇到同样的问题。

p.s。 我不想使用

ini_set("soap.wsdl_cache_enabled", 0) 

或其他禁用wsdl_cache的操作,因为这会影响性能。

0 个答案:

没有答案