Logging ASMX Requests and Responses from Client

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-03-31T02:38:18Z Indexed on 2010/03/31 2:43 UTC
Read the original article Hit count: 589

Filed under:
|
|

Hi,

I've got a C# web application which I can't easily update the code of. However, I can make configuration changes to the application.

The application calls out to a third-party ASMX web service, and I really need (if at all possible) to log the full XML requests and responses. I have no control over the web service so I have to do it from the client.

I'm not using WCF - this is standard ASMX web service calls.

Is there any way I can log the XML requests and responses from the client web app without having to redeploy the code?

Thanks in advance

John

© Stack Overflow or respective owner

Related posts about logging

Related posts about asmx