Sorry, Tony, can't help you. Olivier.
-----Message d'origine----- De : Tony Vieitez [mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 novembre 2003 10:19 À : [EMAIL PROTECTED] Objet : RE: RE : RE : axis and tomcat security realm Hi Oliver I am talking about the client side. Currently, I have two clients - one implemented with axis and one implemented with the previous apache implementation of soap, prior to axis. The axis client authenticates itself using the following code: Call call = (Call) service.createCall(); ... call.setUsername("tonyvee101"); call.setPassword("heidegger101"); I just wanted to know what the equivalent was for the older implementation of soap Thanks Tony