Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by RodrigoRuiz: http://wiki.apache.org/ws/FrontPage/Axis/AxisClientConfiguration/InterruptCalls ------------------------------------------------------------------------------ @Override public void invoke(MessageContext ctx) throws AxisFault { Thread t = Thread.currentThread(); try { - super.invoke(msgContext); + super.invoke(ctx); } catch (AxisFault fault) { Throwable cause = fault.getCause(); if (cause instanceof SocketException && t.isInterrupted()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
