Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi all.
Problem:
I got a Project with 2 WCF services. Let’s call them Service1 and Service2.
Client1 shuffles a Data contract repeatedly into Service1. Service1 do something and delivers it to Service2 that do something and then delivers it to Client2.
The Project with the 2 Services are going to be Hosted in a Windows Service and started when Windows starts.
Question:
Is there a standard way for 2 WCF Services to communicate with each other in the described way. If not, how is it done?
I’ve tried Reflection.
Best to you all.
Posted
Updated 4-Mar-11 3:04am
v2

1 solution

Hi Pravin Patil,

There is not standard way for 2 WCF Services to communicate with each other. What you could do is create an extra endpoint and interface in Service2 and let Service1 use that endpoint and interface.

Regards,

Patrick
 
Share this answer
 
Comments
Member 12203019 31-Dec-15 8:13am    
Hi Patrick

What is the Binding used in the endpoint ?

Regards

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900