Multiple choice

Which of the following informations does the 'Service contracts' include in WCF architecture?

  1. It describes about the operation that service can provide.

  2. Service contracts are created using Service and Operational Contract attribute.

  3. It defines the data types that are passed to and from service.

  4. Default SOAP message format is provided by the WCF runtime for communication between Client and service.

  5. Both 1 and 2

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

These are the correct statements about 'Service contracts' in WCF architecture.