WCF - Inspect the messages being sent/received?

后端 未结 6 1744
难免孤独
难免孤独 2020-12-13 03:51

I have 2 solutions: - Server Solution - Client Solution

The server registers itself to my localhost IIS: http://localhost/MyApp/

The client adds WCF Servic

6条回答
  •  再見小時候
    2020-12-13 04:46

    Is your service SOAP or RESTful? You can use the WCF Service Trace Viewer Tool to view the SOAP message headers and bodies. Instructions for configuring your web service for tracing are here.

提交回复
热议问题