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
Vijay
NA
2
1.8k
Create and Consume a callback WCF Service in console app
Jul 24 2014 5:24 AM
Hi,
Can anyone give me a solution to the below mentioned requirement in console application.
As im very new to WCF in posting this requirement.
Below is the requirement.
1. Application creates a new Process, or the Service
2. Find out, how to determine that Service ready to handle method calls
3. Application calls service method and waits for callback/event
4. Callback/event should contain a result object
a. if service never responds, quit/kill it and recreate it
b. handle the error case when Service dies while waiting
5. When you look into the WCF prototype, could you please try to find out, if there’s a way to detect on the server side when a client disconnects?
Can any one mail me the solution.
[email protected]
Reply
Answers (
0
)
WCF
Consuming WebService from ASP.NET