Hard
Vous devez consommer un service WCF nommé OrderService.svc. Vous avez décidez de vous passer de Visual Studio pour générer automatiquement le proxy client.
Ce service devra potentiellement participer à des transactions distribuées. La communication entre le serveur et le client devra être sécurisée, et les messages échangés devront être cryptés pour des raisons de confidentialité.
Avec toutes ces informations, choisissez alors ci-dessous l’extrait de code qui va vous permettre d’appeler les méthodes de ce service.
Author: InconnuStatus: PublishedQuestion passed 26 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
0
Generate a proxy class with asynchronous methods and use it for new clients.1
How to create a WCF service in C#0
How to get the first element of an array in C#0
Create a service host in Dot-net0
Configure IIS to allow the http verbs PUT and DELETE for the service.0
Create a WCF ContentManagement.svc service with the WebGetAttribute and WebInvokeAttribute attributes.,Define an endpoint behavior (EndpointBehavior) in the web.config that enables the web programming model.0
Fix the error in this C# code.