On Wednesday 14 July 2010 10:53:23 am bisior wrote: > Hi, > > I am using distributed OSGi in Equinox for one of our web service. Is there > a way to get client IP that invokes the web service?
I believe it would be the same as with a normal http service or servlet based service. You would get the HttpServletRequest from the message/MessageContext and then call getRemoteAddr() on it. Dan > > Best Regards, > Ćukasz -- Daniel Kulp [email protected] http://dankulp.com/blog
