Hi Fernando, There is a RampartUtil class, having
getPasswordCB(RampartMessageData rmd) method, you can easily add the CallbackHandler reference as a property to the message context, it's just a single line but I created a patch(diff) for this and attached it to the jira request that i alreadey made: https://issues.apache.org/jira/browse/AXIS2-2570 I tested it and it works fine for me.Can you take a look at it, if it is ok? Thanks, Nencho 2007/4/23, Ruchith Fernando <[EMAIL PROTECTED]>:
Right now you can't do this ... however there has been a number of requests to make the MessageContext instance available to the callback handler ... I'll try to look into the possibility of doing so before the next release! Thanks, Ruchith On 4/20/07, Nencho Lupanov <[EMAIL PROTECTED]> wrote: > Hi guys, > > I am using a CallbackHandler instance to authentificate a user against a > third party system. > This is the same callback handler that is described in the rampart samples. > So, this third party system is returning a binary token after sucessfull > authentification. > > I need to transfer somehow this token to the back end implementation of the > web service > (or in the message receiver for example). > > Is there a way to do that? > > Regards, > Nencho -- www.ruchith.org www.wso2.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
