The question is pretty straightforward. Is there any sense to use [MessageContract] attribute instead of [DataContract] if we're not using [MessageHeader] attrribute, but only [MessageBodyMember]. In that case it will be the same to use [DataContract] with [DataMember]'s?
Asked
Active
Viewed 91 times
1 Answers
1
MessageContract
provides extended soap message control. If you want create special message format you should use it, otherwise use DataContract

burning_LEGION
- 13,246
- 8
- 40
- 52