MessageContext.getCurrentMessageContext() will give you the request message Context. This is what you need.
Thanks, Keith. On Wed, Mar 12, 2008 at 5:38 AM, Nate Roe <[EMAIL PROTECTED]> wrote: > > If my service is a POJO, thus holding no references to Axis2, how can I > obtain the MessageContext during a given service call? > > I'm trying to retrieve the client's IP according to > http://wso2.org/library/480 > > Thanks, > Nate Roe > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Keith Chapman Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
