public interface GeoIPServiceSoap
| Modifier and Type | Method and Description |
|---|---|
GeoIP |
getGeoIP(java.lang.String ipAddress)
GeoIPService - GetGeoIP enables you to easily look up countries by IP addresses
|
GeoIP |
getGeoIPContext()
GeoIPService - GetGeoIPContext enables you to easily look up countries by Context
|
@RequestWrapper(localName="GetGeoIP",
targetNamespace="http://www.webservicex.net/",
className="jadex.webservice.examples.ws.geoip.gen.GetGeoIP")
@ResponseWrapper(localName="GetGeoIPResponse",
targetNamespace="http://www.webservicex.net/",
className="jadex.webservice.examples.ws.geoip.gen.GetGeoIPResponse")
GeoIP getGeoIP(java.lang.String ipAddress)
ipAddress - @RequestWrapper(localName="GetGeoIPContext",
targetNamespace="http://www.webservicex.net/",
className="jadex.webservice.examples.ws.geoip.gen.GetGeoIPContext")
@ResponseWrapper(localName="GetGeoIPContextResponse",
targetNamespace="http://www.webservicex.net/",
className="jadex.webservice.examples.ws.geoip.gen.GetGeoIPContextResponse")
GeoIP getGeoIPContext()