C
cooleader320
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??
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??