Unlike ASP.NET, unhandled web services exception can not be caught in global.asax(Application_Error event). Here is the workaround for that 1.Create a SoapExtension class 2.Add the SoapExtensionTypes element in your web.config file and configure your...