Hi Augusto ;
Inside the service impl class you can get access to the current message
context
MessageContext msgCtx = MessageContext.getCurrentContext();
and from the msg context you can get the http req , so from that you can
get whatever the headers that you want.
HttpServletRequest obj =(HttpServletRequest)
msgCtx.getProperty("transport.http.servletRequest");
Thanks
Deepal
> Hi all,
>
> Exist a way to access the http header from my service class when using
> Axis2?
>
> I want to get some client informations from the http header.
>
> Thanks,
> Augusto Arcoverde da Rocha
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [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]