Hi Dave,

Now it is possible to get security processed results from in the server side.
In your case, you can call user_id =(axis2_char_t*)rampart_get_security_processed_result(env, msg_ctx, RAMPART_SPR_UT_USERNAME);

Please refer JIRA http://issues.apache.org/jira/browse/AXIS2C-407 for more 
details.

Cheers,
Kaushalye



Dave Meier wrote:
Hi Kaushalye,

I've got this all working now.  Thanks for all your help.

I have a question:  Is there a way to get the userid that was passed in
the Security header from inside the server side implementation of a web
service method?

Basically, I want to have my callback dll authenticate, but in my
business logic on the server (a different dll), I still need to know
what the userid is in order to perform the actions in the context of
that user.  I don't really care about the password as I know at that
point that the client side has passed in the correct password, since it
matches what I return from my callback dll.

Thanks!

-Dave.


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

Reply via email to