Your input filter runs later than Security filter. So you have no chance to
see it. If you put your input filter to the beginning of pipeline, you could
see it.
If you want to get the username token, you can access by accessing
Envelope.Context.Security.Token collection.
thanks
Byron KIM
> Trying to read the wsse:security element from within a custom filter
> (input-processmessage). Doesn't appear as if this element is being passed in
> the envelope.Header xmlelement. Is this information not being passed by
> design and is there any way to retrieve the username?
>
> Thanks
Jamie Burkholder - 21 Jun 2004 12:35 GMT
Thanks
> Your input filter runs later than Security filter. So you have no chance to
> see it. If you put your input filter to the beginning of pipeline, you could
[quoted text clipped - 13 lines]
> >
> > Thanks