Re: Passing parameters to handlers

2003-06-12 Thread Davanum Srinivas
Brad, If you are so inclined :)We will start work soon on WS-Security. See details @ http://nagoya.apache.org/wiki/apachewiki.cgi?SecurityProposal. -- dims --- Brad Moore <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm writing an Axis Handler that implements the WS-Security Username > Tok

Passing parameters to handlers

2003-06-12 Thread Brad Moore
Hello all, I'm writing an Axis Handler that implements the WS-Security Username Token spec. For those of you that aren't familiar with it, it's a nice way of putting usernames and passwords in the header of a SOAP request, using digests, so that they are verified in a more secure manner. I un