Question Web Service question?

raysefo

Well-known member
Joined
Jul 21, 2010
Messages
207
Programming Experience
Beginner
Hi,

Is there a way to try to call web service 3 times if it gets timeout?

Thanks in advance.

Best Regards
 
It's nothing specific to web services. If you want to do something multiple times then you use a loop. You would exit after three iterations or a successful call. I don;t have much experience with web services but presumably an exception would be thrown on a timeout.
 
Back
Top