You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Gabriel Malik <ga...@hotmail.com> on 2005/12/07 19:56:17 UTC

Newbie - authentication question

I apologize if this question has been brought up before, but I searched and 
couldn't find relevant threads on it.

I'm working on the server side code, and trying to get the username and 
password of the current session.  I called getUserName() method from the 
IMessageData, but it returned blank name.

I'm using Axis C++ version 1.5 over Apache 2.  And using the Apache Basic 
Authentication.

Thank you,
Gabe

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to 
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement


Re: Newbie - authentication question

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Gabriel Malik wrote:

>
> I apologize if this question has been brought up before, but I 
> searched and couldn't find relevant threads on it.
>
> I'm working on the server side code, and trying to get the username 
> and password of the current session.  I called getUserName() method 
> from the IMessageData, but it returned blank name.
>
> I'm using Axis C++ version 1.5 over Apache 2.  And using the Apache 
> Basic Authentication.

Basic authenticationn support was implemented only for client side. It 
was not implemeted on server side.
I wrote some code to support it on client side, but I did not test it 
myself. Not sure if anyone have tested it.

Samisa...

>
> Thank you,
> Gabe
>
> _________________________________________________________________
> On the road to retirement? Check out MSN Life Events for advice on how 
> to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
>
>