how to retry tSoap call in case on any service down/network issue for web service?
Hi,
I using tSoap to call web service, according to the return result , if error,retry 10 times ;else empty or has data, write to csv. How do i design the job structure ? I am a bit confused with the different connections.
and how to re-process files or records in case on any service down/network issue for web service.