The main contracts are: a) Service Contract:Describes what operations the client can perform. b) Operation Contract : defines the method inside Interface of Service. c) Data Contract:Defines what data types are passed d) Message Contract:Defines wheather a service can interact directly with messages
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The main contracts are:
a) Service Contract:Describes what operations the client can perform.
b) Operation Contract : defines the method inside Interface of Service.
c) Data Contract:Defines what data types are passed
d) Message Contract:Defines wheather a service can interact directly with messages