Use some like this:
Dim MyService As com.cdyne.ws.IP2Geo = New com.cdyne.ws.IP2Geo
Dim info As com.cdyne.ws.IPInformation
info = MyService.ResolveIP("216.239.37.99", "0")
TextBox_City.Text = info.City
TextBox_Country.Text = info.Country
...
Or visit http://ws.cdyne.com/ip2geo/ip2geo.asmx for some information about
service.
> I created a webform1.aspx and in the webform1.aspx.vb code behind page I did
> this.
[quoted text clipped - 4 lines]
>
> I need to know how to call this service. Can someone help please?
Jerry Taylor - 06 Feb 2005 01:02 GMT
Thats it! Works like a charm! Thanks a lot!