Chapter2 Service Contracts and Data Contracts Kevin

WSDL:WEB SERVICE DESCRIPTION LANGUAGE

1.SERVICE CONTRACTS

The service contract further defines the message exchange pattern (Request/Reply/One-Way/Duplex) for each service operation.

2. you should always decouple the abstract service definition from the concrete implementation,

if you want to produce production code.

原文地址:https://www.cnblogs.com/kfx2007/p/2865306.html