Package net.webservicex.geoip.jaxb

Examples of net.webservicex.geoip.jaxb.GeoIPServiceSoap


public class GeoIPClientTest extends TestCase
{
    public void testClient() throws Exception
    {
        GeoIPServiceClient service = new GeoIPServiceClient();
        GeoIPServiceSoap geoIPClient = service.getGeoIPServiceSoap();
       
        System.out.println("The country is: " +
                           geoIPClient.getGeoIP("216.73.126.120").getCountryName());
    }
View Full Code Here

TOP

Related Classes of net.webservicex.geoip.jaxb.GeoIPServiceSoap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.