I have built a WCF Data Service with an updatable data context. I want to capture the Request and Response messages wh开发者_StackOverflow社区en I consume this service using my client. How do I go about it? Appreciate any ideas.
You can use Fiddler from http://www.fiddlertool.com/fiddler/.
It's very very difficult to get Fiddler to work with the built-in Web server in VS (between localhost and the non-standard port). Your time is better spent getting the data service to run in IIS.
It might be possible to dump the messages using a WCF Message Inspector.
精彩评论