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.
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.