This is an Axis 1 solution. There is no such object as Call in Axis2.

So I repeat my question: how can you specify username and password with Axis2??


On 5/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
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
//----------------------------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to