nerdexam
Microsoft

70-513 · Question #79

A Windows Communication Foundation (WCF) service is responsible for transmitting XML documents between systems. The service has the following requirements: - It must minimize the transmission size…

The correct answer is B. MTOM (Message Transmission Optimization Mechanism) message encoding. See the full explanation below for the reasoning.

Question

A Windows Communication Foundation (WCF) service is responsible for transmitting XML documents between systems. The service has the following requirements:

  • It must minimize the transmission size by attaching the XML document

as is without using escape characters or base64 encoding.

  • It must interoperate with systems that use SOAP but are not built on

the .NET plafform. You need to configure the service to support these requirements. Which message encoding should you use?

Options

  • ABinary message encoding
  • BMTOM (Message Transmission Optimization Mechanism) message encoding
  • CText message encoding with message version set to none
  • DText message encoding with message version set to SOAP 1.2

How the community answered

(30 responses)
  • A
    10% (3)
  • B
    83% (25)
  • C
    3% (1)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice