ContributionsMost RecentMost LikesSolutionsRe: Auto retry SOAP request on timeout Hi Rup, I've had a go with these approaches. Unfortunately conditional goto refuses to work if there's no response. I've been trying to see if I can use Groovy to get at the test step result and see if there was an exception. Unforunately, whilst I can get the result object with testRunner.getResults(), and I can see the status is 'FAILED', the error property is null, so I can't see whether it's a timeout or some other kind of error. Any ideas? Re: Auto retry SOAP request on timeout No - unfortunately I get a java socket timeout exception: Error getting response; java.net.SocketTimeoutException: Read timed out Auto retry SOAP request on timeout How can I get SOAP UI to resend a SOAP request (test step) automatically if it times out?