I\'m consuming a third party .NET WebService in my client application. For debugging purposes I want to capture the SOAP requests that are being sent from my server. How w
You can use a SoapExtension to log the Soap calls.
http://msdn.microsoft.com/en-us/magazine/cc164007.aspx