nerdexam
Microsoft

70-513 · Question #16

You create a Windows Communication Foundation (WCF) service and deploy it with wsHttpBinding and message security enabled. You create an intermediate WCF service for logging messages sent to the…

The correct answer is B. Specify a protection level of Sign in the service contract for the intermediate service. See the full explanation below for the reasoning.

Question

You create a Windows Communication Foundation (WCF) service and deploy it with wsHttpBinding and message security enabled. You create an intermediate WCF service for logging messages sent to the primary service. The intermediate service is called via the clientVia endpoint behavior. The primary service is receiving malformed data from a client application. You need to enable inspection of the malformed data and prevent message tampering. What should you do?

Options

  • ASpecify a protection level of None in the service contract for the intermediate service.
  • BSpecify a protection level of Sign in the service contract for the intermediate service.
  • CModify the binding on the intermediate service to use netNamedPipeBinding.
  • DModify the binding on the intermediate service to use webHttpBinding.

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    79% (31)
  • C
    5% (2)
  • D
    10% (4)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice