1 /** 2 * Zip2GeoSoap.java 3 * 4 * This file was auto-generated from WSDL 5 * by the Apache Axis WSDL2Java emitter. 6 */ 7 8 package complexsoap.client.stub.com.cdyne.ws; 9 10 public interface Zip2GeoSoap extends java.rmi.Remote { 11 12 /** 13 * This method will convert a zip code to Longitude and Latitude. You 14 * will get better accuracy with the plus 4 added to the zipcode. Use 15 * a license key of 0 for testing. 16 */ 17 public complexsoap.client.stub.com.cdyne.ws.LatLongReturn GetLatLong(java.lang.String zipcode, java.lang.String licenseKey) throws java.rmi.RemoteException; 18 } 19