Hi, I have a client side handler that implements onFault. HTTPSender throws an exception (connection refused) which appers in the client stub. This is normal behaviour. But my handler's onFault doesn't get invoked. Why is that ? Shouldn't Axis iterate over the completed handlers and cal onFautl for each of them in reverse order. As I see from the Axis log, my handler get invoked when trying to send the request. The exception appears in HTTPSender, but from there, the next debug log is in AxisClient already. Can you help me ? Thanx, Geza
