Hi,
I'm new to WCF technology and I have to make 2 service providers, that can exchange messages between each othen. So I made two seperate WCF services, and a client application for each service. But my how to implement implement communication between the two wcf services, so that when one service send a message, the other one receives it and sends a reply?
if anyone has an idea I would be very grateful. Thank you!