Hello,

You can either disable it by calling Zend_Soap_Client::setWsdlCache()
method directly:

$client->setWsdlCache(false);

Or pass it within options as value of 'cache_wsdl'. According to your code
snippet it would be:

$options = array(
    'soap_version' => SOAP_1_2,
    'cache_wsdl' => false
);


2010/6/1 shahrzad khorrami <[email protected]>:
>
> hi all,
> How to disable cache wsdl in zend?
> $options = array(
>                         'soap_version' => SOAP_1_2
>         );
>
>         try {
>             $client = new Zend_Soap_Client('http://datak.local/neuron.wsdl',
> $options);
>
> ...
>
> thanks
> Shahrzad Khorrami
>



-- 
Sincerely yours,
Aleksey V. Zapparov A.K.A. ixti
FSF Member #7118
Mobile Phone: +34 617 179 344
Homepage: http://www.ixti.ru
JID: [email protected]

*Origin: Happy Hacking!

Reply via email to