I have a SOAP client generated using wsdl2java. I would like to
configure this client programmatically without using a wsdd file
(because it is auto-generated for testing and I do not want to have to
maintain a wsdd file). I see that I can set properties on the Stub
(like username and password). Can I also configure handlers in Java
code? For example, I would like to add a handler to the request chain.

thx
andy

Reply via email to