function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suresh440Suresh440 

In PHP how can you clear a WSDL cache?

Hi 

 

  I found in google to delete the WSDL cache files. to prevent future caching, we need to add this line:

ini_set("soap.wsdl_cache_enabled",0);

or dynamically:

 

   But where i need to add this line Could you please help me ?

 

 

$client =newSoapClient('http://somewhere.com/?wsdl', array('cache_wsdl'=> WSDL_CAC