throwExceptionForRetry timeouts

Hi,

We’re using the service throwExceptionForRetry to automatically resend transient errors (like webservice timeouts). The problem we have encountered now is that one of our webservices does timeout and when we call the service throwExceptionForRetry this seems to timeout as well?.. and thus discards the document from the trigger.

This error occured when we tried to resubmit several services at ones from My webMethods portal (MWS).

Does anyone know the reason for this or have encountered similar problems with the service throwExceptionForRetry?

/Hyui

On a second thought, what we see here (SocketTimeoutException) might be a wrapped exception inside throwExceptionForRetry, which would explain a few things.