RE: Set timeout for SOAPMessage

2003-07-11 Thread Davanum Srinivas
); > call.invoke(env); > > SOAPMessage responseMessage = call.getResponseMessage(); > > // consume the response message here... > ---------------- > > > -Original Message- > From: Philip Puccio [

RE: Set timeout for SOAPMessage

2003-07-11 Thread Laenzlinger, Christof
Title: RE: Set timeout for SOAPMessage Hallo Philip, I had the same problem a few weeks ago. With SAAJ only I could not find a way to configure the timeout. I did not find out how to modify the default timeout in axis (still interested in a solution for that). Anyway that would not help if

Set timeout for SOAPMessage

2003-07-10 Thread Philip Puccio
Hi, I've seen other threads asking about timeout and in the few cases where there are responses, the solution lies in using Call.setTimeout(int). I'm using SAAJ, so I'm dealing with a SOAPMessage. I see that MessageContext implements setTimeout, but when I try to get the MessageContext from the