Hi Chad , What I told was , Message context is available to security handler , and security handler is the one who call PasswordCallback , so that handler should pass the MC to the PasswordCallback.
Thanks Deepal > Thanks Deepal for your response. If I understand you correctly it is > possible to get the MessageContext from within the PasswordCallback. > Can you give an example? > > Thanks > Chad > > On 6/11/07, *Deepal Jayasinghe* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi Chad , > > With Axis1 this was possible by calling > > MessageContext.getCurrentContext(); This doesn't appear to be > > possible in Axis2, is that right? > It does , but only for the service impl class, not for others. > Since all > the handlers have access to message context directly. > > Thanks > Deepal > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
