On 5/3/06, Kees de Kooter <[EMAIL PROTECTED]> wrote:
In Axis 1 I specified username/password like this:

call.setUserName();
call.setPassword();

What is the equivalent in Axis 2?


--
Cheers,
Kees de Kooter
http://www.boplicity.net

I have used the following successfully:

            call.setProperty(Call.USERNAME_PROPERTY, "user");
            call.setProperty(Call.PASSWORD_PROPERTY , "pass");

--
//----------------------------------------------------------------------------------------------
//  Computer Science is no more about computers than astronomy
//  is about telescopes.
//
//  - E. Dijkstra
//----------------------------------------------------------------------------------------------

Reply via email to