Devolutions WSE is a small library build to simplify and enhance Web Service
error handling. The goal is to simplify error handling with a centralized event.
When an exception is raised in a Web Services, ASP.Net catch the error and
return it as a SOAP fault.
The problem is that the HttpApplication.Error event is never
raised. If an error logging is needed, there is no place to put the code. There
is only two solutions. put a try catch in every web method or write a
SoapExtension. That's what is done in Devolutions.WSE.
|