Component: com.avoka.livecycle.ipLocator 1.0
IPLocator Service
IP Address Locator: The IPLocator Service uses its built-in knowledge base to guess the approximate geographic location of an IP Address. Due to the dynamic nature of IP Addresses it is not always correct.
Operation Title: Locate IP Address (locateIPAddress)
Locate IP Address: Finds the location of an IP Address.
| Input Parameter |
Type |
Description |
Editor |
| IP Address |
java.lang.String |
Select an IP Address to be passed into the locator service. This must be in IP Address format (e.g. 123.123.123.123). |
|
| Output Parameter |
Type |
Description |
| Country |
java.lang.String |
The estimated country of origin of the input IP Address. Please specify the process variable which should store the output. |
| Country Code |
java.lang.String |
The estimated country code of the input IP Address. Please specify the process variable which should store the output. |
| Display Language |
java.lang.String |
The estimated language of the input IP Address. Please specify the process variable which should store the output. |
| Language Code |
java.lang.String |
The estimated language code of the input IP Address. Please specify the process variable which should store the output. |