RE: java.lang.reflect.InvocationTargetException invoking web serv ice

2005-01-19 Thread Anatoly Shein
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

handeling call timeout exception

2004-11-16 Thread Anatoly Shein
( 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