dpylt7626401 2011-09-08 16:43
浏览 24
已采纳

WSDL + PHP + Java(SOAP)

I am working with Java and Php. I'm calling the Java services via WSDLs from what i generate php-stubs with the tool WSDL2PHP. Everything works fine until now. I've added a new method to my java service and re-generated the php-stub. In the php-stub the method is available but when i call the service i'm getting the following error:

SoapFault: Function ("myFunction") is not a valid method for this service

I've tried a lot and googled a lot, and it worked before. My old methods in the same service are always callable and i can run them bu

  • 写回答

1条回答 默认 最新

  • donglu5047 2011-09-08 16:46
    关注

    It's because the SOAPClient caches your WSDL files. You can disable this feature using:

    soap.wsdl_cache_enabled = "0"; 
    

    Beware, this has a performance impact. But on your development machine this wont affect things.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码
  • ¥50 随机森林与房贷信用风险模型
  • ¥50 buildozer打包kivy app失败
  • ¥30 在vs2022里运行python代码
  • ¥15 不同尺寸货物如何寻找合适的包装箱型谱
  • ¥15 求解 yolo算法问题