XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

Map IP Address to Country

WSDL

http://www.ecubicle.net/iptocountry.asmx?wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:ecubicle
For more Info:http://www.ecubicle.net
Description:Service maps user input IP addresses to countries

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.

Help  Message Board