How to get client IP Address in service

Hi, How to get the client IP by calling the web service? Is there a method to get the IP address?
in my webservice property require-authentication is “anonymous-all”, so i think i cant get ip from Visit Entity!!!

You can try ec.user.getClientIp()

1 Like

Hi and thanks for reply.

1 Like