In through php_info()
where the WSDL cache is held (/tmp
), but I don\'t necessarily know if it is safe to delete all files starting with WSDL.
Just for the reason of documentation:
I have now (2014) observed that from all these valuable and correct approaches only one was successful. I've added a function to the WSDL on the server, and the client wasn't recognizing the new function.
WSDL_CACHE_NONE
to the parameters didn't help.soap.wsdl_cache_enabled
to the PHP ini helped.I am now unsure if it is the combination of all three, or if some features are terribly implemented so they may remain useless randomly, or if there is some hierarchy of features not understood.
So finally, expect that you have to check all three to solve problems like these.