How to see SOAP data my client application sends?

后端 未结 5 1933
没有蜡笔的小新
没有蜡笔的小新 2021-01-18 07:00

I have a project where I have created web service proxy classes with wsdl.exe and then simply create an instance of that class (inherits System.Web.Services.Protocols.SoapHt

5条回答
  •  情歌与酒
    2021-01-18 07:41

    If you're Web service is accessed by clear text, non-SSL HTTP, you can just use a sniffer, like Wireshark, to see the data coming from and to your application. Wireshark can trace, filter and analyze wire data. I have used it do debug HTTP and other protocols many times, and it's a great tool to do this.

提交回复
热议问题