how o get the SOAP request from webmethod?
843833Sep 1 2009 — edited Sep 9 2009Hi,
I want to get the full request (what i sent from client application) on the @webmethod of my webservice.
Immediately i want to forwward the same request to another application which is ready to receive as HttpRequest.
How could i do that?