Hi
We encountered with the same problem and found that in case of
java.lang.Error was thrown on the server side axis just ignores the cause
and answers to client with just InvocationTargetException without the cause.
It is inconsistency in axis because in case of java.lang.Exception client
aware to
( SocketTimeoutException e ) {
shouldContinue
= !ShouldCancel;
}
}
did you have any idea is it
possible continue listen for answer invoke after SocketTimeout was thrown ?
invoke just opens new
socket.
thank you in advance
anatoly shein