Microsoft
70-513 · Question #112
You are developing a Windows Communication Foundation (WCF) service. You establish that the largest size of valid messages is 8,000 bytes. You notice that many malformed messages are being…
The correct answer is D. <messageLogging. To log malformed message we should set logMalformedMessages="true", only D met this
configuration of WCF services
Question
You are developing a Windows Communication Foundation (WCF) service. You establish that the largest size of valid messages is 8,000 bytes. You notice that many malformed messages are being transmitted. Detailed information about whether each message is malformed must be logged. You need to ensure that this information is saved in XML format so that it can be easily analyzed. What should you add to the service configuration file?
Options
- A<messageLogging
- B<messageLogging
- C<message Logging
- D<messageLogging
How the community answered
(60 responses)- A5% (3)
- B3% (2)
- C10% (6)
- D82% (49)
Explanation
To log malformed message we should set logMalformedMessages="true", only D met this
Topics
#message logging#diagnostics#WCF configuration#XML tracing
Community Discussion
No community discussion yet for this question.