nerdexam
Microsoft

70-513 · Question #24

A Windows Communication Foundation (WCF) service only accepts messages that are signed and encrypted. A client application is not receiving expected responses from the service. You need to enable…

The correct answer is C. Configure the System.ServiceModel.MessageLogging trace source in the system.diagnostics. See the full explanation below for the reasoning.

Question

A Windows Communication Foundation (WCF) service only accepts messages that are signed and encrypted. A client application is not receiving expected responses from the service. You need to enable logging to verify that the messages from the client are signed and encrypted. You also need to see what each message looks like before the message body is deserialized into a NET object. What should you do?

Options

  • AConfigure the System.ServiceModel trace source in the system.diagnostics configuration
  • BConfigure the System.ServiceModel trace source in the system.diagnostics configuration
  • CConfigure the System.ServiceModel.MessageLogging trace source in the system.diagnostics
  • DConfigure the System.ServiceModel.MessageLogging trace source in the system.diagnostics

How the community answered

(42 responses)
  • A
    14% (6)
  • B
    10% (4)
  • C
    71% (30)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice