handling exceptions thrown by web service methods ON THE SERVER

  • Thread starter Sergei Shelukhin
  • Start date
S

Sergei Shelukhin

Hi.

We have a web service that gets called using http (e.g. no SOAP calls,
SoapExtensions do not work) and we need to get information about
errors occuring in Web service methods. Web sefvice methods
themselves are nothing but a single line calls to BO methods; we want
to enable (or rather, re-enable from pre-WS times) logging and mailing
of the errors in Bo classes for WS calls.
ASP.NET however eats the exceptions propagating them to the client.

Is there any way to handle the errors apart from putting try...catch
in every method?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top