import org.apache.axis.Constants;
import org.apache.axis.MessageContext;
 
 
MessageContext messageContext =  MessageContext.getCurrentContext();
String ipAddress = messageContext.getStrProp(Constants.MC_REMOTE_ADDR); 
 
 
 
Wes
 


From: Xavier Toth [mailto:[EMAIL PROTECTED]
Sent: December 5, 2005 3:02 PM
To: [email protected]
Subject: web service client ip address

Is there a way to get a clients ip inside a web service call? If I use a handler how could I pass the ip on to the service method?

Reply via email to