You can access the operation context from your service impl as given
in the following FAQ.
http://www.wso2.net/kb/106

Then you can get the service context from the operation context.

After that you can get the ServletContext from ConfigurationContext
ServletContext servletContext =
(ServletContext)configCtx.getProperty("transport.http.servletContext");

~Thilina

On 9/15/06, Jean-Michel PATER <[EMAIL PROTECTED]> wrote:
Hi all,

How can I get context parameters from a Web Service ?

Should I get an instance of AxisServlet or to MessageContext, and how
can I init them ?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to