1 /** 2 * ZipCodeResolverSoap.java 3 * 4 * This file was auto-generated from WSDL 5 * by the Apache Axis WSDL2Java emitter. 6 */ 7 8 package docStyle.wsifservice; 9 10 public interface ZipCodeResolverSoap extends java.rmi.Remote { 11 12 /** 13 * Given a valid street address, city, and state, returns the ZIP code 14 * in NNNNN format. If an error occurs, returns 00000 instead. Use accessCode 15 * of '0' or '9999' for testing. 16 */ 17 public java.lang.String ShortZipCode(java.lang.String accessCode, java.lang.String address, java.lang.String city, java.lang.String state) throws java.rmi.RemoteException; 18 } 19