Php soap error for no reason: wsdl cache

Source: Internet
Author: User
After I modified the method called by the server and updated the wsdl, the client parameters were always lost (not all, but partially), which was depressing. Recently I used soap in development and encountered a strange problem. After I modified the method called by the server and updated the wsdl, the client parameters were always lost (not all, but partially), which was depressing. The next day I simply added a new method for the server and updated the wsdl, but the client request reported an error saying that this method was not defined. The final result is that php caches the soap wsdl. The solution is to modify soap. wsdl_cache_enabled = 1 (changed to 0) and soap. wsdl_cache_ttl = 86400 (changed to 0) in php. ini. Note that both the client and server must be modified.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.