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
Adrian Lancer
NA
1
0
Web Service with long-running tasks
Dec 13 2007 4:53 AM
Hi folks,
New member here.
I have a basic web service design question.
In a web service, how do we implement the ability for a client to get updated status on a long running task (hours to days)? For example:
-A WS exposes a web method InitiateTransaction() that clients can call to intiate a transaction.
The business logic behind the WS may take several hours to couple of days to determine if this Transaction succeeded or failed.
Should we expose a method like GetTransactionStatus() that clients for this WS have to periodically call over a period of may be days, until the transaction fails/succeeds?
This seems horribly klunky.
What is the right approach to architect this?
Thanks in advance!
-Adrian
Reply
Answers (
0
)
How to get webservice serialization to use namespace prefix
pda connection with web service