Capturing Raw SOAP Requests
Option 1: SOAP Extentions
Option 2: An alternative to SoapExtensions is to implement IHttpModule and grab the input stream as it's coming in
Reference: http://stackoverflow.com/questions/2624621/capturing-soap-requests-to-an-asp-net-asmx-web-service
Option 2: An alternative to SoapExtensions is to implement IHttpModule and grab the input stream as it's coming in
Reference: http://stackoverflow.com/questions/2624621/capturing-soap-requests-to-an-asp-net-asmx-web-service
Comments
Post a Comment
Feedback - positive or negative is welcome.