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
