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
Maybe wireshark ? I'm always using it for capturing traffic of my applications.