I don't know what exactly, but i do know that is has to be in the
MessageContext. You can get that from within the service with

    mc = org.apache.axis.MessageContext.getCurrentContext().

Then you can get properties from it, like the ones defined in
org.apache.axis.transport.http.HTTPConstants, using the getProperty method
of the MessageContext.

Hope that gives you  a start... I'm facing the same issue so if someone
knows the answer please post it.

Jose Selman

----- Original Message -----
From: "Kiss Attila" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 18, 2003 12:30 PM
Subject: Client IP address


> Hi
>
> I am using axis with Jbuider I wrote a java bean and i exported as web
> service . the problem is that i dont know how can i get the client's IP
> address.
>
> thanks for your help
>
> Attila
>
>

Reply via email to