KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > complexsoap > client > stub > com > cdyne > ws > Zip2GeoSoap


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 JavaDoc {
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 JavaDoc zipcode, java.lang.String JavaDoc licenseKey) throws java.rmi.RemoteException JavaDoc;
18 }
19
Popular Tags