Do you mean to say you can't a client side handler registered in axis
1.x ? Try searching the list as this has been explained a few times
... buts basically it works like this:

ServiceFactory sf = ServiceFactory.newInstance();
Service svc = sf.createService(svcQName);

//add ClientHandler to chain of events
     java.util.List list = svc.getHandlerRegistry().getHandlerChain(portQN);
     list.add(new
javax.xml.rpc.handler.HandlerInfo(ClientHandler.class,this.handlerConfig,null));

HTH,
Robert
http://www.braziloutsource.com/

On 6/20/06, Riadh BEN HALIMA <[EMAIL PROTECTED]> wrote:


Hi,
I' m using Axis Handler. I make change to SOAP messge in handleResponse
("public boolean handleResponse(javax.xml.rpc.handler.MessageCo
ntext context)"),
But I can't found this modification in the client side, can you please help
me!
-------------------------------
Riadh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to