Java Web Services » Axis2 » Tracking ip of client invoking the webservices
142 Views
0 Replies
Tracking ip of client invoking the webservices
Posted 30-06-2011Reply
Hi,
I have a java webservice hosted over weblogic 7.0 application server. This webservice is based over stateless session ejb.
My requirement is that I want to find the ip/domain of the clients who are invoking the webservice. This is required because I want to restrict access based on ip and not everybody will be allowed to access the ws.
I have tried ServletContext but in case of stateless ejb it fails.
If anybody has solved this problem before then do let me know.
Thanks in advance









