<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s1="http://geocode.ajmsoft.com/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/GeoBrokr/Service1" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/GeoBrokr/Service1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/GeoBrokr/Service1">
      <s:import namespace="http://geocode.ajmsoft.com/" />
      <s:element name="Version">
        <s:complexType />
      </s:element>
      <s:element name="VersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VersionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GeoCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="szStreet" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szCity" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szState" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szZip" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szIP" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szUserID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szPW" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="MaxRecs" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GeoCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GeoCodeResult" type="s1:ArrayOfGeoPoint" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GeoPoint" nillable="true" type="s1:GeoPoint" />
      <s:element name="GeoCodeA">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="szStreet" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szCity" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szState" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szZip" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szIP" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szUserID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="szPW" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="MaxRecs" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GeoCodeAResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GeoCodeAResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="ArrayOfGeoPoint" nillable="true" type="s1:ArrayOfGeoPoint" />
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://geocode.ajmsoft.com/">
      <s:import namespace="http://tempuri.org/GeoBrokr/Service1" />
      <s:complexType name="ArrayOfGeoPoint">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" ref="tns:GeoPoint" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="GeoPoint">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Loc" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Latitude" type="s:float" />
          <s:element minOccurs="1" maxOccurs="1" name="Longitude" type="s:float" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="VersionSoapIn">
    <wsdl:part name="parameters" element="tns:Version" />
  </wsdl:message>
  <wsdl:message name="VersionSoapOut">
    <wsdl:part name="parameters" element="tns:VersionResponse" />
  </wsdl:message>
  <wsdl:message name="GeoCodeSoapIn">
    <wsdl:part name="parameters" element="tns:GeoCode" />
  </wsdl:message>
  <wsdl:message name="GeoCodeSoapOut">
    <wsdl:part name="parameters" element="tns:GeoCodeResponse" />
  </wsdl:message>
  <wsdl:message name="GeoCodeASoapIn">
    <wsdl:part name="parameters" element="tns:GeoCodeA" />
  </wsdl:message>
  <wsdl:message name="GeoCodeASoapOut">
    <wsdl:part name="parameters" element="tns:GeoCodeAResponse" />
  </wsdl:message>
  <wsdl:message name="VersionHttpGetIn" />
  <wsdl:message name="VersionHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GeoCodeHttpGetIn">
    <wsdl:part name="szStreet" type="s:string" />
    <wsdl:part name="szCity" type="s:string" />
    <wsdl:part name="szState" type="s:string" />
    <wsdl:part name="szZip" type="s:string" />
    <wsdl:part name="szIP" type="s:string" />
    <wsdl:part name="szUserID" type="s:string" />
    <wsdl:part name="szPW" type="s:string" />
    <wsdl:part name="MaxRecs" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GeoCodeHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfGeoPoint" />
  </wsdl:message>
  <wsdl:message name="GeoCodeAHttpGetIn">
    <wsdl:part name="szStreet" type="s:string" />
    <wsdl:part name="szCity" type="s:string" />
    <wsdl:part name="szState" type="s:string" />
    <wsdl:part name="szZip" type="s:string" />
    <wsdl:part name="szIP" type="s:string" />
    <wsdl:part name="szUserID" type="s:string" />
    <wsdl:part name="szPW" type="s:string" />
    <wsdl:part name="MaxRecs" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GeoCodeAHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="VersionHttpPostIn" />
  <wsdl:message name="VersionHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GeoCodeHttpPostIn">
    <wsdl:part name="szStreet" type="s:string" />
    <wsdl:part name="szCity" type="s:string" />
    <wsdl:part name="szState" type="s:string" />
    <wsdl:part name="szZip" type="s:string" />
    <wsdl:part name="szIP" type="s:string" />
    <wsdl:part name="szUserID" type="s:string" />
    <wsdl:part name="szPW" type="s:string" />
    <wsdl:part name="MaxRecs" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GeoCodeHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfGeoPoint" />
  </wsdl:message>
  <wsdl:message name="GeoCodeAHttpPostIn">
    <wsdl:part name="szStreet" type="s:string" />
    <wsdl:part name="szCity" type="s:string" />
    <wsdl:part name="szState" type="s:string" />
    <wsdl:part name="szZip" type="s:string" />
    <wsdl:part name="szIP" type="s:string" />
    <wsdl:part name="szUserID" type="s:string" />
    <wsdl:part name="szPW" type="s:string" />
    <wsdl:part name="MaxRecs" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GeoCodeAHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="GeoBrokrSoap">
    <wsdl:operation name="Version">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve the version of this program.</documentation>
      <wsdl:input message="tns:VersionSoapIn" />
      <wsdl:output message="tns:VersionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GeoCode">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Geocode a U.S. location.</documentation>
      <wsdl:input message="tns:GeoCodeSoapIn" />
      <wsdl:output message="tns:GeoCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GeoCodeA">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Geocode a U.S. location (ASP Only).</documentation>
      <wsdl:input message="tns:GeoCodeASoapIn" />
      <wsdl:output message="tns:GeoCodeASoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GeoBrokrHttpGet">
    <wsdl:operation name="Version">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve the version of this program.</documentation>
      <wsdl:input message="tns:VersionHttpGetIn" />
      <wsdl:output message="tns:VersionHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GeoCode">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Geocode a U.S. location.</documentation>
      <wsdl:input message="tns:GeoCodeHttpGetIn" />
      <wsdl:output message="tns:GeoCodeHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GeoCodeA">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Geocode a U.S. location (ASP Only).</documentation>
      <wsdl:input message="tns:GeoCodeAHttpGetIn" />
      <wsdl:output message="tns:GeoCodeAHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GeoBrokrHttpPost">
    <wsdl:operation name="Version">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Retrieve the version of this program.</documentation>
      <wsdl:input message="tns:VersionHttpPostIn" />
      <wsdl:output message="tns:VersionHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GeoCode">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Geocode a U.S. location.</documentation>
      <wsdl:input message="tns:GeoCodeHttpPostIn" />
      <wsdl:output message="tns:GeoCodeHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GeoCodeA">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Geocode a U.S. location (ASP Only).</documentation>
      <wsdl:input message="tns:GeoCodeAHttpPostIn" />
      <wsdl:output message="tns:GeoCodeAHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="GeoBrokrSoap" type="tns:GeoBrokrSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="Version">
      <soap:operation soapAction="http://tempuri.org/GeoBrokr/Service1/Version" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GeoCode">
      <soap:operation soapAction="http://tempuri.org/GeoBrokr/Service1/GeoCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GeoCodeA">
      <soap:operation soapAction="http://tempuri.org/GeoBrokr/Service1/GeoCodeA" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GeoBrokrHttpGet" type="tns:GeoBrokrHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="Version">
      <http:operation location="/Version" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GeoCode">
      <http:operation location="/GeoCode" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GeoCodeA">
      <http:operation location="/GeoCodeA" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GeoBrokrHttpPost" type="tns:GeoBrokrHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="Version">
      <http:operation location="/Version" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GeoCode">
      <http:operation location="/GeoCode" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GeoCodeA">
      <http:operation location="/GeoCodeA" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="GeoBrokr">
    <wsdl:port name="GeoBrokrSoap" binding="tns:GeoBrokrSoap">
      <soap:address location="http://www.zipmgr.com/GeoBrokr.asmx" />
    </wsdl:port>
    <wsdl:port name="GeoBrokrHttpGet" binding="tns:GeoBrokrHttpGet">
      <http:address location="http://www.zipmgr.com/GeoBrokr.asmx" />
    </wsdl:port>
    <wsdl:port name="GeoBrokrHttpPost" binding="tns:GeoBrokrHttpPost">
      <http:address location="http://www.zipmgr.com/GeoBrokr.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>