I want to call a Web Service that can last about 15 minutes before getting me a response. The problem is that call to the Web Service goes time out before receiving the response.
I have some problems to figure how can I design a process to handle that.
Thank you, Phil
Philippe Hammond
The administrator has disabled public write access.
My call is simple: But if my Web Service last for 10 minutes for example, I will receive a Time Out message. Do you have an idea how can I design a process that can wait for minutes or even hours?
Thank you, Phil
Philippe Hammond
The administrator has disabled public write access.
you should make the call asynchronous, by using two operations, one that will accept one request only, and an other one that will send a response, instead of binding request and response as in this diagram.