How to log fix response for WEB SERVICE call while web service throwing exception

Viewed 19

I am making a web service call. Server side it's throwing an exception and server side not catching the exception. Client could able to catch the exception. So my functionality is working as expected.

But, Web service response is not getting logged. I want to log a fix response for exception thrown scenarios. Please help me out with a solution.

For logging IClientMessageInspector is used.

0 Answers
Related