((HttpServletRequest)msgContext.getProperty (HTTPConstants.MC_HTTP_SERVLETREQUEST)).getQueryString()
-----Original Message-----
From: Frank Xia [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 7:06 PM
To: '[EMAIL PROTECTED]'
Subject: Access query string from web service class?
There is a need for me to access HTTP request query string from a service
class. Anyone knows is it even possible?
Here is an example,
http://localhost:8080/axis/servlet/AxisServlet?Nation=USA&State=NY
<http://localhost:8080/axis/servlet/AxisServlet?Nation=USA&State=NY>
I would like to get two parameters of Nation and State from the URL
Thanks
Frank
