Hi guys ! 1 easy question.
I happen to have a servlet which is also an Axis client. I also have some client-side handlers. I wrote the client_deploy.wsdd and deployed, getting a client-config.wsdd. If I'm using this with a regular Java class, which is run from the same directory, everything works fine, my handlers are invoked. But when move the logic into my servlet, what to do with the client-config.wsdd ? Where to put it ? I tried to set Tomcat's classpath pointing to my directory containing the wsdd, but no success. Any tips ? Br, Geza