nerdexam
Microsoft

70-513 · Question #34

An existing Windows Communication Foundation (WCF) service uses basicHttpBinding. You are releasing updates to the service and the client application. You need to enable the client application to…

The correct answer is B. Change to a custom binding that has the transactionFlow, textMessageEncoding, and C. Change the binding to use wsHttpBinding. See the full explanation below for the reasoning.

Question

An existing Windows Communication Foundation (WCF) service uses basicHttpBinding. You are releasing updates to the service and the client application. You need to enable the client application to flow transactions to the service. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

Options

  • AChange to a custom binding that has the httpTransport, textMessageEndcoding, and
  • BChange to a custom binding that has the transactionFlow, textMessageEncoding, and
  • CChange the binding to use wsHttpBinding.
  • DChange the binding to use basicHttpContextBinding.

How the community answered

(34 responses)
  • A
    9% (3)
  • B
    71% (24)
  • D
    21% (7)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice