till wrote:
> 
> Your try/catch is not enough then.
> 
> try {
>   $wsdl = 'badaddress';
>   $client = new Zend_Soap_Client($wsdl);
>   $client->test();
> } catch (Exception $e) {
>   var_dump($e); // your SoapFault
>   exit;
> }
> 
> Till
> 
> 

Indeed. That's because XDebug is producing the fatal error. It will work if
you disable XDebug.
-- 
View this message in context: 
http://n4.nabble.com/SOAP-Client-How-to-handle-connection-errors-tp1690873p1692154.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to