I had thought about using a JMS solution through SOAP, but wanted to check
first to see if SOAP and any facilities to handle this.

Dodd

-----Original Message-----
From: Daniel Zhang [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 12:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Timeout on request


Dodd Gatsos wrote:

>I'm trying to determine if I can achieve some form of transactional
>integrity using SOAP.  I want to determine if there is a way to timeout a
>request.  This way if the request locks up the client can timeout the
>request and mark the transaction as a failure.  I used an infinite loop in
>the service to test and the client will wait forever for a response.  Is
>there someway to enforce a timeout when making a call?
>
>Thanks,
>Dodd
>
>
You can put the request into a Queue system to achieve the "timeout". So
when time comes, it's reactivated.

-Daniel

Reply via email to