TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Eva H
NA
11
10k
Communicate between WCF applications
May 1 2012 6:33 AM
Hi, I need to implement two applications. Each one of these applications should be able to connect to the other one and send and receive messages. How do I do that?
This is what I want to do : 1. create application1 on port1
2. create application2 on port2
3. in application1 connect to application2 on port 2
4. in application2 connect to application1 on port 1
I've created two seperate wcf service applications and two client applications. I know how to connect a client application to the service application, but I don't know how to connect from one service to another.
I'm a begginer in WCF, does anyone have a better idea how to implement this?
Thanks.
Reply
Answers (
1
)
Problem with consuming WCF data in Windows Forms Application
WCF service and client