Home · Tools · Implementations · Manage · Register · Tutorials · About |
| | | |
Map IP Address to Country
Endpoints No endpoints currently associated with listing Contributed Clients What is this? Add / Edit / Delete Client No clients are currently listed Detailed Description The web service provides IP Address to country mapping. Using this
service, consumers can locate the geographical location (country)
based on an IP address. The service provides two methods. One method
returns string formatted as XML, whereas another returns well formed
XML document that may be parsed.
The XML document has one node called Country under root node
IPCountryService.Usage Notes FindCountryAsString(v4IPAddress As String)
return type: String
FindCountryAsXml(v4IPAddress as string)
return type: XML
Make sure that the input IP address is correct. The service checks
for invalid IP addresses by matching each octet. Each octet must be
between 0 - 255 inclusive. Incorrect IP addresses yield results with
Country node explaining the error message. |