cours:app_rep_orientees_service_2016_2017:lab_address
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
cours:app_rep_orientees_service_2016_2017:lab_address [2019/04/23 22:25] – créée tigli | cours:app_rep_orientees_service_2016_2017:lab_address [2019/04/24 05:35] (Version actuelle) – [Introduction] tigli | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ==== Few reminders about WCF ABC Model ==== | ||
- | === Tutorial on Address in ABC=== | + | The ABC of Windows Communication Foundation |
+ | |||
+ | " | ||
+ | |||
+ | * " | ||
+ | * " | ||
+ | * " | ||
+ | |||
+ | Web services zealots who read Web Service Description Language (WSDL) descriptions at the breakfast table will easily recognize these three concepts as the three levels of abstraction expressed in WSDL. So if you live in a world full of angle brackets, you can look at it this way: | ||
+ | |||
+ | * " | ||
+ | * " | ||
+ | * " | ||
+ | |||
+ | " | ||
+ | |||
+ | * You define a contract and implement it on a service | ||
+ | * You choose or define a service binding that selects a transport along with quality of service, security and other options | ||
+ | * You deploy an endpoint for the contract by binding it (using the binding definition, hence the name) to a network address. | ||
+ | |||
+ | ==== Tutorial on Address in ABC ==== | ||
||| | ||| | ||
+ | == Creation of various endpoints in configuration == | ||
+ | |||
+ | Endpoints provide clients with access to the functionality a Windows Communication Foundation (WCF) service offers. You can define one or more endpoints for a service by using a combination of relative and absolute endpoint addresses, or if you do not define any service endpoints, the runtime provides some by default for you. This topic shows how to add endpoints using a configuration file that contain both relative and absolute addresses. | ||
+ | |||
* Take the calculator Web service (with and add and sub between two value) | * Take the calculator Web service (with and add and sub between two value) |
cours/app_rep_orientees_service_2016_2017/lab_address.1556058326.txt.gz · Dernière modification : 2019/04/23 22:25 de tigli