You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "DIWAN,SHRIDHAR (HP-Cupertino,ex1)" <sh...@hp.com> on 2002/04/04 23:56:27 UTC

Changing the call object's target endpoint in a header processor

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