Hi, How can i handle timeout exception in case of an service invocation and retry the service in a finite loop with some time interval and proceed with the flow in case i get the response or exit the flow in case of failure in receiving the response even after a finite[2-3] no. of tries. ?
Timeout Exception isnt a predefined exception. Can it be caught using a fault handler? Regards, Rosalin
