How to see SOAP data my client application sends?

后端 未结 5 1967
没有蜡笔的小新
没有蜡笔的小新 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条回答
  •  Happy的楠姐
    2021-01-18 07:33

    Have a look at SOAPUI from eviware.com.

    Its a free for personal use Java app. Among other things you can set it up to run as a dummy test server. Just load up hte WSDL and enter the dummy data.

    In test server mode it will log your requests so you can see whats happening inside the request message.

提交回复
热议问题