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