<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://CodeDotNet/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://CodeDotNet/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://CodeDotNet/">
      <s:element name="ReturnZipVerificationByAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strSuite" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strAddress" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strCity" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strState_Abbreviation" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReturnZipVerificationByAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReturnZipVerificationByAddressResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReturnCityStateFromZipCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strZipCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ReturnCityStateFromZipCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ReturnCityStateFromZipCodeResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ReturnZipVerificationByAddressSoapIn">
    <wsdl:part name="parameters" element="tns:ReturnZipVerificationByAddress" />
  </wsdl:message>
  <wsdl:message name="ReturnZipVerificationByAddressSoapOut">
    <wsdl:part name="parameters" element="tns:ReturnZipVerificationByAddressResponse" />
  </wsdl:message>
  <wsdl:message name="ReturnCityStateFromZipCodeSoapIn">
    <wsdl:part name="parameters" element="tns:ReturnCityStateFromZipCode" />
  </wsdl:message>
  <wsdl:message name="ReturnCityStateFromZipCodeSoapOut">
    <wsdl:part name="parameters" element="tns:ReturnCityStateFromZipCodeResponse" />
  </wsdl:message>
  <wsdl:portType name="USPSService_wsSoap">
    <wsdl:operation name="ReturnZipVerificationByAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns Zip number for verification from address information.</wsdl:documentation>
      <wsdl:input message="tns:ReturnZipVerificationByAddressSoapIn" />
      <wsdl:output message="tns:ReturnZipVerificationByAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ReturnCityStateFromZipCode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns zip code from city/state information.</wsdl:documentation>
      <wsdl:input message="tns:ReturnCityStateFromZipCodeSoapIn" />
      <wsdl:output message="tns:ReturnCityStateFromZipCodeSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="USPSService_wsSoap" type="tns:USPSService_wsSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ReturnZipVerificationByAddress">
      <soap:operation soapAction="http://CodeDotNet/ReturnZipVerificationByAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReturnCityStateFromZipCode">
      <soap:operation soapAction="http://CodeDotNet/ReturnCityStateFromZipCode" 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="USPSService_wsSoap12" type="tns:USPSService_wsSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ReturnZipVerificationByAddress">
      <soap12:operation soapAction="http://CodeDotNet/ReturnZipVerificationByAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ReturnCityStateFromZipCode">
      <soap12:operation soapAction="http://CodeDotNet/ReturnCityStateFromZipCode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="USPSService_ws">
    <wsdl:port name="USPSService_wsSoap" binding="tns:USPSService_wsSoap">
      <soap:address location="http://codedotnet.com/USPSServices_ws.asmx" />
    </wsdl:port>
    <wsdl:port name="USPSService_wsSoap12" binding="tns:USPSService_wsSoap12">
      <soap12:address location="http://codedotnet.com/USPSServices_ws.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>