01: /**
02: * Zip2GeoSoap.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis WSDL2Java emitter.
06: */package complexsoap.client.stub.com.cdyne.ws;
07:
08: public interface Zip2GeoSoap extends java.rmi.Remote {
09:
10: /**
11: * This method will convert a zip code to Longitude and Latitude. You
12: * will get better accuracy with the plus 4 added to the zipcode. Use
13: * a license key of 0 for testing.
14: */
15: public complexsoap.client.stub.com.cdyne.ws.LatLongReturn GetLatLong(
16: java.lang.String zipcode, java.lang.String licenseKey)
17: throws java.rmi.RemoteException;
18: }
|