all groups > dotnet web services > february 2008 >
You're in the

dotnet web services

group:

Is it possible to put web service call in a queue??


Is it possible to put web service call in a queue?? cooleader320
2/20/2008 9:03:00 PM
dotnet web services:
Is it possible to call a web service by MSMQ?
my scene as follows:
I have a web MyService.
WebMethod1(string reponseXML)
WebMethod2(ResponseEntity reponseEntity)
I want to make sure always successfully when calling
MyService.WebMethod until
service is available.
(because of some reasons,the service is not very steady )

Re: Is it possible to put web service call in a queue?? Eric
2/21/2008 2:37:11 PM
[quoted text, click to view]

I'd look into that some more. Do you know why it's not steady?

[quoted text, click to view]

Of course, but the caller is not going to sit around and wait for a
long time. He's going to time out at some point.

WCF supports queued requests, I think. I haven't gotton into that yet.
You might need some kind of service callback in case it takes a long
time.

Eric
AddThis Social Bookmark Button