If you have a client call object ie new Service.createCall(), there is a method on the cal called setClientSideHandlers() which allows you to pass in a request and response handler, Either on can be null.
Cheers, Ross >-----Original Message----- >From: Andy Kriger [mailto:[EMAIL PROTECTED] >Sent: Thursday, 10 March 2005 2:48 AM >To: [email protected] >Subject: can handlers be added in code? > >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 >
