Hi, On the client side, in a header processor handler, is it possible to change the call object's target endpoint so that the request can go to the new endpoint (instead of the old one)?
What I am seeing is (beta 1), even if I do call.setTargetEndpoint(newEndpoint) in a header processor, the request is still sent to the old endpoint. Does Axis client side open a connection before the header processors have a chance to process the outgoing request? Thanks, Shridhar