On Fri, Mar 26, 2010 at 1:25 PM, dmitrybelyakov <[email protected]> wrote:
>
> Hello,
>
> If i understand you correctly you are getting an uncatchable Fatal Error
> with such code:
>
>        $wsdl = 'BadWsdlAddress';
>        $client = new Zend_Soap_Client($wsdl);
>
>        try
>        {
>             $client->test();
>        }
>        catch(Exception $fault)
>        {
>             echo 'Web service is unavilable, please try again later';
>        }
>
>
> If you are using XDebug - try to disable it. It seems to be an issue with
> XDebug rather then ZendFramework or PHP itself. The issue is known by XDebug
> and i think will be fixed in future releases.
> If you disable XDebug you can then catch errors with catch(Exception) or
> catch(SoapFault).

Can you explain how the "uncatchable" fatal error looks like? I seem
to be missing the relevant email.

Till

Reply via email to