);
> call.invoke(env);
>
> SOAPMessage responseMessage = call.getResponseMessage();
>
> // consume the response message here...
> ----------------
>
>
> -Original Message-
> From: Philip Puccio [
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
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