Retrieving webmethod parameter values from Application_BeginRequest or Application_EndRequest
- by Ash
Is there a way to retrieving parameter names and values passed to a web method from Request object? I've read somewhere that you need extra code to access the soap body. Any known workarounds to be able to see the soap body from Application_BeginRequest?
Thanks!