Microsoft
70-513 · Question #123
You implement a Windows Communication Foundation (WCF) service. You must process all of the valid SOAP messages that the service receives. What should you do?
The correct answer is A. On the OperationContractAttribute, call the Match method. See the full explanation below for the reasoning.
Question
You implement a Windows Communication Foundation (WCF) service. You must process all of the valid SOAP messages that the service receives. What should you do?
Options
- AOn the OperationContractAttribute, call the Match method.
- BCall the Message.CreateMessage static method.
- COn the OperationContractAttribute of a method, set the value of the Action and ReplyAction
- DOn the OperationContractAttribute of a method, set the value of the Action and ReplyAction
How the community answered
(28 responses)- A82% (23)
- B4% (1)
- C11% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.