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