Hi Sunil, You have to write client handler information in a some_name.wsdd file. This should be same as server_deploy.wsdd. In the some_name.wsdd you should have the client side handler information just as you did in server_deploy.wsdd.
Then you can generate Client_Config.wsdd using some_name.wsdd as below, by giving Client as the argument into Admin.java. java org.apache.axis.utils.Admin Client some.wsdd Client_Confing.wsdd same as Server_Config.wsdd for axis-server. This Client_Config.wsdd should be in the begining of the package structure of the Client.class Best Regards, Dimuthu. ----- Original Message ----- From: "Sunil Iyengar" <[EMAIL PROTECTED]> To: "axis-user" <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 8:54 AM Subject: client side handlers > Hello everyone, > I have developed a complex web service and used wsdl2java to generate > the stubs for the client. > It works perfectly. I now have request /response security handlers for > both the client and server. > On the server side i deployed it using wsdd file. That's fine. > I know that one can deploy an handler(s) on the client side statically. > Can someone please tell me which files of the client to insert this > static client_deploy.wsdd file as a string. > Or if there is any other way it would be great. > BTW setClientHandlers() gives an error on typemapping. > deploying the client_deploy.wsdd file in the same way as the server does > not work properly. > > Cheers > Sunny > >
