Explore WCF Messages Using Service Trace Viewer

While debugging a WCF service it’s often needed to investigate the contents of messages sent over the wire. You can use the Microsoft Service Trace Viewer to explore the messages between WCF clients and services. To enable this message logging feature right-click the app.config (on the client or service side) and choose ‘Edit WCF Configuration’. More…