Have the client side wsdd in your classpath (ie WEB-INF/classes) and it will be processesed whenever axis makes a service request.
Each service should be grouped under a "service" tag which will allow you to invoke different handler configs for different services.
Raul
Dacheng wrote:
Hi, everybody:
I have learned how to set handler on the client side. But can anybody can tell me how to deploy a handler on the client when the client is within a Web service. For instance, there are service A, service B and service C, A invokes B and B invokes C. So B is a server as well as a client. How can I deploy a handler to process the request from B to C before it is sent out?
Cheers
Dacheng