I want to check raw data string (raw xml) received by my web service methods (for logging and debugging purposes).
I saw recommendations: to handle ‘BeginRequest’ event in HttpApplication. But I don’t see which field of ‘Request’ object contains this POST data?
Related question: Getting RAW Soap Data from a Web Reference Client running in ASP.net
– Have you seen this answer using tracing? or this one using a SoapExtension