<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions 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://doh.wa.gov/gis/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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://doh.wa.gov/gis/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">ArcGIS Server 10.6.1 Geocoder</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://doh.wa.gov/gis/">
      <s:element name="FindAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="address" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="zip" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="zip4" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Consumer" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FindAddressResult" type="tns:Geocode" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Geocode">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="input_address" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="input_zip" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="input_municipaljurisdiction" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="input_zip4" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="input_addresskey" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="score" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="source" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="locator" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="accuracy" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="longitude" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="latitude" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Av_date" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="error_status" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="input_consumer" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="matched_address" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="candidate1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="candidate2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="candidate3" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="candidate4" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="candidate5" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="certainty" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="quality" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="geolevel" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Geocode" nillable="true" type="tns:Geocode" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="FindAddressSoapIn">
    <wsdl:part name="parameters" element="tns:FindAddress" />
  </wsdl:message>
  <wsdl:message name="FindAddressSoapOut">
    <wsdl:part name="parameters" element="tns:FindAddressResponse" />
  </wsdl:message>
  <wsdl:message name="FindAddressHttpGetIn">
    <wsdl:part name="address" type="s:string" />
    <wsdl:part name="zip" type="s:string" />
    <wsdl:part name="city" type="s:string" />
    <wsdl:part name="zip4" type="s:string" />
    <wsdl:part name="Consumer" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindAddressHttpGetOut">
    <wsdl:part name="Body" element="tns:Geocode" />
  </wsdl:message>
  <wsdl:message name="FindAddressHttpPostIn">
    <wsdl:part name="address" type="s:string" />
    <wsdl:part name="zip" type="s:string" />
    <wsdl:part name="city" type="s:string" />
    <wsdl:part name="zip4" type="s:string" />
    <wsdl:part name="Consumer" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FindAddressHttpPostOut">
    <wsdl:part name="Body" element="tns:Geocode" />
  </wsdl:message>
  <wsdl:portType name="GeocoderSoap">
    <wsdl:operation name="FindAddress">
      <wsdl:input message="tns:FindAddressSoapIn" />
      <wsdl:output message="tns:FindAddressSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GeocoderHttpGet">
    <wsdl:operation name="FindAddress">
      <wsdl:input message="tns:FindAddressHttpGetIn" />
      <wsdl:output message="tns:FindAddressHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GeocoderHttpPost">
    <wsdl:operation name="FindAddress">
      <wsdl:input message="tns:FindAddressHttpPostIn" />
      <wsdl:output message="tns:FindAddressHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="GeocoderSoap" type="tns:GeocoderSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="FindAddress">
      <soap:operation soapAction="http://doh.wa.gov/gis/FindAddress" 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="GeocoderSoap12" type="tns:GeocoderSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="FindAddress">
      <soap12:operation soapAction="http://doh.wa.gov/gis/FindAddress" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GeocoderHttpGet" type="tns:GeocoderHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="FindAddress">
      <http:operation location="/FindAddress" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GeocoderHttpPost" type="tns:GeocoderHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="FindAddress">
      <http:operation location="/FindAddress" />
      <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="Geocoder">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">ArcGIS Server 10.6.1 Geocoder</wsdl:documentation>
    <wsdl:port name="GeocoderSoap" binding="tns:GeocoderSoap">
      <soap:address location="http://geocoder/service.asmx" />
    </wsdl:port>
    <wsdl:port name="GeocoderSoap12" binding="tns:GeocoderSoap12">
      <soap12:address location="http://geocoder/service.asmx" />
    </wsdl:port>
    <wsdl:port name="GeocoderHttpGet" binding="tns:GeocoderHttpGet">
      <http:address location="http://geocoder/service.asmx" />
    </wsdl:port>
    <wsdl:port name="GeocoderHttpPost" binding="tns:GeocoderHttpPost">
      <http:address location="http://geocoder/service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>