Hi,
I have two WCF Services say Ser1 and Ser2. Both services are running in two different machines and both services are Windows services. I want to communicate those two services. Is it possible?.
Here Clien1 is client to Ser1 and Client2 is Clinet to Ser2.
Cliet2 Reqeusts/Sends data to Ser1 through Ser2 and Client1 Requests/sends data to Ser2 through Ser1. This we need to break

Data transfer between Ser1 and Ser2 is not happenening if these servers are as Windows Services. But we can able to communicate if these Ser1 and Ser2 are console apllications.

Rest of the configurations like App.Config and Proxies are exactly same for both as a Service or as a Console application.

I want to konw why both servers are not communicating if I configure these as Service or Process?
Why communication is possible only if these servers are console applications.

Thanks and regards
Ravi.Battula