Right now, if you make a Web Service call and an error (such as cannot connect, or a SOAP error) occurs, the only exception handler that catches it is "All Exceptions". There should be more granular handling for this. Right now, we are forced to wrap all Web Service calls in an Action that has an All Exceptions handler and then re-throws to a specific error.
J.Ja