On Tue, 24 May 2005 14:58:51 +0100, Torgeir Veimo <[EMAIL PROTECTED]> wrote:

On Tue, 2005-05-24 at 14:33 +0100, Torgeir Veimo wrote:
I've tried dynamically setting a password callback for simple plain text
authentication, as per example in the documentation here;
http://ws.apache.org/ws-fx/wss4j/package.html

Is this supposed to work?

Additionally, it should be possible to use axis and wss4j together
without using any client config file? Am trying to avoid calling eg.
System.setProperty("axis.ClientConfigFile", "client_deploy.wsdd");



Try call.setClientHandlers(new WSDoAllSender(), new WSDoAllReciever());

Cheers,

--as

Reply via email to