What is the Message Contract in WCF?

 Posted by Goud.Kv on 5/27/2014 | Category: WCF Interview questions | Views: 2211 | Points: 40
Answer:

'Message contract' uses messages to exchange the information between client and server i.e, source and destination.
Messages are usually the data packets with information to be transfer.
SOAP(Simple Object Access Protocol) is used in WCF for proper communication.
SOAP contains Envelope, Header and Body.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response