dongxiong4571 2018-10-31 08:28
浏览 82

更新php服务器上的wsdl缓存

Asp.net can update the wsdl reference. how do you update force an update the wsdl cache on php server.

i updated my web-service(wsdl) and now my php is having this error upon using the function

An uncaught Exception was encountered
Type: SoapFault

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

my web service is working fine. worked on my asp.net app.

and i already tried deleting my wsdl cache file like this:

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

and lastly restarted my server hoping it would clear its cache.

but still i have the same issue.

p.s. i dont wanna use

ini_set("soap.wsdl_cache_enabled", 0) 

or whatever disabling my wsdl_cache because it would compromise performance.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 如何在scanpy上做差异基因和通路富集?
    • ¥20 关于#硬件工程#的问题,请各位专家解答!
    • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
    • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
    • ¥30 截图中的mathematics程序转换成matlab
    • ¥15 动力学代码报错,维度不匹配
    • ¥15 Power query添加列问题
    • ¥50 Kubernetes&Fission&Eleasticsearch
    • ¥15 報錯:Person is not mapped,如何解決?
    • ¥15 c++头文件不能识别CDialog