I use SAAJ for making the call, therefore don't use the call object.
 
I use
 
 SOAPMessage response = conn.call(msg,
                                       new URL(fVendorQPassURL));
 
where conn is a SOAPConnection.
 
Where can I set the timeout in this case?
-----Original Message-----
From: sreekantan, vijay [mailto:[EMAIL PROTECTED]
Sent: Monday, April 12, 2004 4:16 PM
To: [EMAIL PROTECTED]
Subject: Re: SOAP client timeout

Set it on the call object
        _call.setTimeout();
 
Vijay
 
 


Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th

Reply via email to