We need method like .. getTransportInContext() ..ect .. Can u add a
JIRA at http://issues.apache.org/jira/browse/AXIS2. I will fix it
Thanks
Srinath

p.s. Put [Axis2] prefix to the subject of the messages related to Axis2

On 7/14/05, vicky axis <[EMAIL PROTECTED]> wrote:
> 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: 
> 
> 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. 
> 
>

Reply via email to