|
msiIp2location |
( |
msParam_t * |
inIpParam, |
|
|
msParam_t * |
inLocParam, |
|
|
msParam_t * |
outLocParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Web-service based microservice for converting IP address to hostname
- Module:
- webservices
- Since:
- pre-2.1
- Author:
- Arcot Rajasekar
- Date:
- 2008-05
- Description:
- This microservice returns host name and details given an IP address, using the web service provided by http://ws.fraudlabs.com/. It executes a web service to convert an IP address to a location.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | inIpParam | - This msParam is of type STR_MS_T inputs an ip-address. |
[in] | inLocParam | - This msParam is of type STR_MS_T is a license string provided by http://ws.fraudlabs.com/ |
[out] | outLocParam | - This msParam is of type STR_MS_T which is a host location information |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 60 of file ip2locationMS.c.
|