Sorry for being so naive, but axis2 API does not show anything like getCurrentContext() under MessageContext. I am looking for a way to access http header information in AXIS2...
John Baker <[EMAIL PROTECTED]> wrote:
John Baker <[EMAIL PROTECTED]> wrote:
private HttpServletRequest getRequest()
{
MessageContext context = MessageContext.getCurrentContext();
return (HttpServletRequest)context.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST);
}
On Thu, Jul 14, 2005 at 02:44:49AM -0700, vicky axis wrote:
> I want to access the information/properties embedded in the HTTP HEADER of a request. I understand that the information relevant to the request is in the message context, but what i don't know is how to access these details using the message context. I am using axis2 and modules.
> Thanks for the help....
>
>
> ---------------------------------
> Start your day with Yahoo! - make it your home page
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search. Learn more.
