.NET Log Soap Request on Client

后端 未结 6 659
野趣味
野趣味 2021-01-05 09:49

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

6条回答
  •  灰色年华
    2021-01-05 10:37

    If it's for debugging purposes I'd just configure the web request to use a proxy and send the entire request though fiddler (http://www.fiddlertool.com) then you can see exactly what's getting transmitted over the wire.

提交回复
热议问题