How to look at the actual SOAP request/response in C#

前端 未结 4 1269
无人及你
无人及你 2020-12-20 16:28

I have added a wsdl file in my project as a service reference. The application sends SOAP messages to a particular device which then sends the response in SOAP format.

4条回答
  •  借酒劲吻你
    2020-12-20 17:14

    You are probably looking for SOAP extension, look at this post:

    Get SOAP Message before sending it to the WebService in .NET

提交回复
热议问题