You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by dev <de...@chez.com> on 2002/06/07 15:49:06 UTC

RE: How TO get the IP address of the client that sent the request ?

Thanks a lot
cedric

At 09:37 07/06/02 -0400, you wrote:


>HTTPServletRequest req = 
>msgContext.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST);
>req.getRemoteAddr();
>
>
>-----Original Message-----
>From: dev [<ma...@chez.com>mailto:devcedric@chez.com]
>Sent: Friday, June 07, 2002 6:14 AM
>To: axis-user@xml.apache.org
>Subject: How TO get the IP address of the client that sent the request?
>
>Hello,
>How can I get the IP address of the client that sent the request?
>
>Thanks