How to define a message contract in WCF?
I've read that it is possible 开发者_运维百科to define your own message contract in WCF, to give yourself complete control over the SOAP message. When would this be necessary, and how is it accomplished?
The Microsoft programming guide documentation gives a good overview.
精彩评论