Page 1 of 1

Webservices, How can you get the Client IP address?

Posted: Fri Aug 07, 2009 12:48 pm
by ConvertFromOldNGs
by Anonymous >> Mon, 2 May 2005 3:29:06 GMT

Hi All,

We are trying to detect the clients IP address when a request comes in using webservices. We haven't been able to find any methods or properties exposed to give us this.

Apart from sending the ip address from the client, does anyone else know of a way to do this?

Thanks,

Kevin Saul

NorthWest Investments NZ

Re: Webservices, How can you get the Client IP address?

Posted: Fri Aug 07, 2009 12:48 pm
by ConvertFromOldNGs
by Jade Support >> Mon, 2 May 2005 22:51:40 GMT

It is not currently possible to obtain the IP address of the client from the Provider. There is an NFS open for this fuctionality to be added in a future release of JADE. In the interim you will need to work around this as suggested by having the Consumer send it's IP address to the Provider.

Jade Support.

Re: Webservices, How can you get the Client IP address?

Posted: Fri Aug 07, 2009 12:49 pm
by ConvertFromOldNGs
by John Munro >> Tue, 3 May 2005 10:08:11 GMT

From the Jade help file:

The code fragment in the following example returns the IP address of the current Web session as determined by IIS.

currentSession.getServerVariable('REMOTE_ADDR');


John Munro
FileVision UK Ltd.