Microsoft Exam Questions

How can the XML representation of the message contract be simplified under the assumption that all b

There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService generates separate namespace declarations for every body member the
message contract.
How can the XML representation of the message contract be simplified under the assumption that
all body members have the same namespace? Select two or three.

A.
Add a new MessageContract Class PGClass0.

B.
For each MessageBodyMember attribute..

C.
Add a new DataContract Class PGClass1.

D.
All body members should be declared as members of PGClass0.

E.
PGClass0 should be the only body member for the message contract.

F.
All body members should be declared as members of PGClass1.

G.
PGClass1 should be the only body member for the message contract.

H.
..set the wrapper namespace property to the same namespace.

I.
..set the namespace property to the same namespace.

Explanation: