Microsoft
70-513 · Question #72
A Windows Communication Foundation (WCF) application exposes a service as a SOAP endpoint for consumption by cross-platform clients. During integration testing, you find that one of the clients is…
The correct answer is C. Enable messageLogging in the System.ServiceModel diagnostics element configuration and. See the full explanation below for the reasoning.
Question
A Windows Communication Foundation (WCF) application exposes a service as a SOAP endpoint for consumption by cross-platform clients. During integration testing, you find that one of the clients is not generating the correct messages to the WCF application. In order to debug the issue and fix the communication, you need to configure the service to log messages received from the client. What should you do?
Options
- ASet an etwTracking behavior on the service and configure a listener for the
- BSet an etwTracking behavior on the service and configure a listener for the
- CEnable messageLogging in the System.ServiceModel diagnostics element configuration and
- DEnable messageLogging in the System.ServiceModel diagnostics element configuration and
How the community answered
(56 responses)- A2% (1)
- B11% (6)
- C82% (46)
- D5% (3)
Community Discussion
No community discussion yet for this question.