Possible Duplicate:
Is there a way to get the raw SOAP request from within a ASP.NET WebMethod?
I have an ASP/VB.NET webservice.
Some external application is trying to call my webservice.
As soon as my webservice function starts, I would like to get the XML request that was done to call my service / function.
I can't install other applications (such as Fiddler) to monitor the web service... so I need to be able to capture the request through code.
Any help is appreciated. Thanks!