R
Roger Down
I've read somewhere that it's not a good idea (or design) to catch all
exception in one (big) catch(Exception e)... but instead catch the
respective exceptions thrown by the respective classes used in a try
section...
When working with webservices, what soap related exceptions should I catch
?? Is it enough to only catch a SoapException, or is there other important
exceptions which I need to catch... so be safe... like network timeout,
formatting error... I guess there are several layers in work when
generating, sending and receiving a soap message/response...
best of regards...
exception in one (big) catch(Exception e)... but instead catch the
respective exceptions thrown by the respective classes used in a try
section...
When working with webservices, what soap related exceptions should I catch
?? Is it enough to only catch a SoapException, or is there other important
exceptions which I need to catch... so be safe... like network timeout,
formatting error... I guess there are several layers in work when
generating, sending and receiving a soap message/response...
best of regards...