How can this be ensured?

There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is handling transmission XML documents between systems.
PassGuideService must be able to communicate with non .NET systems that uses SOAP.
PassGuideService must not use base64 encoding or escape characters in the XML documents
that is transferred.
PassGuideService must minimize the size of transmission by attaching transmitted XML
documents as is.
How can this be ensured? Select two or three.

There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService is handling transmission XML documents between systems.
PassGuideService must be able to communicate with non .NET systems that uses SOAP.
PassGuideService must not use base64 encoding or escape characters in the XML documents
that is transferred.
PassGuideService must minimize the size of transmission by attaching transmitted XML
documents as is.
How can this be ensured? Select two or three.

A.
Use XML encoding..

B.
Use message encoding..

C.
Use service encoding..

D.
.. Text message encoding..

E.
.. Message Transmission Optimization Mechanism (MTOM)

F.
..hexadecimal

G.
..binary

H.
..with version set to null

I.
..with version set to none

J.
..with version set to SOAP 1.2

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *