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
