Expert
A WCF service implements a contract with one-way (one way) and two-way (request / reply) operations. This service is exposed for TCP / IP transport.
The clients of this service use a routing service to communicate with the service. The routing service is implemented as follows. The request / reply operations do not work. You must make the routing service work in one-way or two-way mode, what should you do?
Author: InconnuStatus: PublishedQuestion passed 27 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
0
How to get the first element of an array in C#0
How to get the first element of an array in C#1
How to create a WCF service in C#0
Generate a proxy class with asynchronous methods and use it for new clients.0
Create a service host in Dot-net0
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
Configure IIS to allow the http verbs PUT and DELETE for the service.