Re: Is it possible to put web service call in a queue??
- From: Spam Catcher <spamhoneypot@xxxxxxxxxx>
- Date: Thu, 21 Feb 2008 23:34:34 GMT
cooleader320@xxxxxxxxx wrote in news:fa43a4d9-8aaa-40cd-9d2d-
d3a5c2dad2c2@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
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 )
Is it possible to put web service call in a queue??
Do you want MSMQ to call your web service?
Or call MSMQ with your web service?
The latter is possible. MSMQ from what I recall does provide HTTP access
too.
However, take a look at WCF, which does have a MSMQ binding... you maybe
able to do build something with WCF.
--
spamhoneypot@xxxxxxxxxx (Do not e-mail)
.
- References:
- Is it possible to put web service call in a queue??
- From: cooleader320
- Is it possible to put web service call in a queue??
- Prev by Date: Re: Problem adding a reference to a web service.
- Next by Date: RE: .net 3.5 Web Service in IIS on XP PRO SP2
- Previous by thread: Is it possible to put web service call in a queue??
- Next by thread: .net 3.5 Web Service in IIS on XP PRO SP2
- Index(es):
Relevant Pages
|