<?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://www.esri.com/" 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://www.esri.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Derive Legal Description</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.esri.com/">
      <s:element name="DeriveLDToGeoRSS2">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SelectionGeometry" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="GeometryFormat" type="tns:eGeometryFormat" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="eGeometryFormat">
        <s:restriction base="s:string">
          <s:enumeration value="ePolygons" />
          <s:enumeration value="eVertices" />
          <s:enumeration value="eSingleVertex" />
        </s:restriction>
      </s:simpleType>
      <s:element name="DeriveLDToGeoRSS2Response">
        <s:complexType />
      </s:element>
      <s:element name="DeriveLDtoGeoRSS">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SelectionGeometry" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="GeometryFormat" type="tns:eGeometryFormat" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeriveLDtoGeoRSSResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeriveLDtoGeoRSSResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeriveLD">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SelectionGeometry" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="GeometryFormat" type="tns:eGeometryFormat" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeriveLDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="LDResult" nillable="true" type="tns:Result" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Result">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="CompletionStatus" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Polygons" type="tns:ArrayOfString" />
          <s:element minOccurs="0" maxOccurs="1" name="LegalDescription" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="LDResult" nillable="true" type="tns:Result" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="DeriveLDToGeoRSS2SoapIn">
    <wsdl:part name="parameters" element="tns:DeriveLDToGeoRSS2" />
  </wsdl:message>
  <wsdl:message name="DeriveLDToGeoRSS2SoapOut">
    <wsdl:part name="parameters" element="tns:DeriveLDToGeoRSS2Response" />
  </wsdl:message>
  <wsdl:message name="DeriveLDtoGeoRSSSoapIn">
    <wsdl:part name="parameters" element="tns:DeriveLDtoGeoRSS" />
  </wsdl:message>
  <wsdl:message name="DeriveLDtoGeoRSSSoapOut">
    <wsdl:part name="parameters" element="tns:DeriveLDtoGeoRSSResponse" />
  </wsdl:message>
  <wsdl:message name="DeriveLDSoapIn">
    <wsdl:part name="parameters" element="tns:DeriveLD" />
  </wsdl:message>
  <wsdl:message name="DeriveLDSoapOut">
    <wsdl:part name="parameters" element="tns:DeriveLDResponse" />
  </wsdl:message>
  <wsdl:message name="DeriveLDToGeoRSS2HttpGetIn">
    <wsdl:part name="SelectionGeometry" type="s:string" />
    <wsdl:part name="GeometryFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDToGeoRSS2HttpGetOut" />
  <wsdl:message name="DeriveLDtoGeoRSSHttpGetIn">
    <wsdl:part name="SelectionGeometry" type="s:string" />
    <wsdl:part name="GeometryFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDtoGeoRSSHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDHttpGetIn">
    <wsdl:part name="SelectionGeometry" type="s:string" />
    <wsdl:part name="GeometryFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDHttpGetOut">
    <wsdl:part name="Body" element="tns:LDResult" />
  </wsdl:message>
  <wsdl:message name="DeriveLDToGeoRSS2HttpPostIn">
    <wsdl:part name="SelectionGeometry" type="s:string" />
    <wsdl:part name="GeometryFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDToGeoRSS2HttpPostOut" />
  <wsdl:message name="DeriveLDtoGeoRSSHttpPostIn">
    <wsdl:part name="SelectionGeometry" type="s:string" />
    <wsdl:part name="GeometryFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDtoGeoRSSHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDHttpPostIn">
    <wsdl:part name="SelectionGeometry" type="s:string" />
    <wsdl:part name="GeometryFormat" type="s:string" />
  </wsdl:message>
  <wsdl:message name="DeriveLDHttpPostOut">
    <wsdl:part name="Body" element="tns:LDResult" />
  </wsdl:message>
  <wsdl:portType name="DeriveLDSoap">
    <wsdl:operation name="DeriveLDToGeoRSS2">
      <wsdl:input message="tns:DeriveLDToGeoRSS2SoapIn" />
      <wsdl:output message="tns:DeriveLDToGeoRSS2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeriveLDtoGeoRSS">
      <wsdl:input message="tns:DeriveLDtoGeoRSSSoapIn" />
      <wsdl:output message="tns:DeriveLDtoGeoRSSSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeriveLD">
      <wsdl:input message="tns:DeriveLDSoapIn" />
      <wsdl:output message="tns:DeriveLDSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="DeriveLDHttpGet">
    <wsdl:operation name="DeriveLDToGeoRSS2">
      <wsdl:input message="tns:DeriveLDToGeoRSS2HttpGetIn" />
      <wsdl:output message="tns:DeriveLDToGeoRSS2HttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="DeriveLDtoGeoRSS">
      <wsdl:input message="tns:DeriveLDtoGeoRSSHttpGetIn" />
      <wsdl:output message="tns:DeriveLDtoGeoRSSHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="DeriveLD">
      <wsdl:input message="tns:DeriveLDHttpGetIn" />
      <wsdl:output message="tns:DeriveLDHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="DeriveLDHttpPost">
    <wsdl:operation name="DeriveLDToGeoRSS2">
      <wsdl:input message="tns:DeriveLDToGeoRSS2HttpPostIn" />
      <wsdl:output message="tns:DeriveLDToGeoRSS2HttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="DeriveLDtoGeoRSS">
      <wsdl:input message="tns:DeriveLDtoGeoRSSHttpPostIn" />
      <wsdl:output message="tns:DeriveLDtoGeoRSSHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="DeriveLD">
      <wsdl:input message="tns:DeriveLDHttpPostIn" />
      <wsdl:output message="tns:DeriveLDHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DeriveLDSoap" type="tns:DeriveLDSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="DeriveLDToGeoRSS2">
      <soap:operation soapAction="http://www.esri.com/DeriveLDToGeoRSS2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeriveLDtoGeoRSS">
      <soap:operation soapAction="http://www.esri.com/DeriveLDtoGeoRSS" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeriveLD">
      <soap:operation soapAction="http://www.esri.com/DeriveLD" 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="DeriveLDSoap12" type="tns:DeriveLDSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="DeriveLDToGeoRSS2">
      <soap12:operation soapAction="http://www.esri.com/DeriveLDToGeoRSS2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeriveLDtoGeoRSS">
      <soap12:operation soapAction="http://www.esri.com/DeriveLDtoGeoRSS" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeriveLD">
      <soap12:operation soapAction="http://www.esri.com/DeriveLD" 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="DeriveLDHttpGet" type="tns:DeriveLDHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="DeriveLDToGeoRSS2">
      <http:operation location="/DeriveLDToGeoRSS2" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DeriveLDtoGeoRSS">
      <http:operation location="/DeriveLDtoGeoRSS" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeriveLD">
      <http:operation location="/DeriveLD" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="DeriveLDHttpPost" type="tns:DeriveLDHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="DeriveLDToGeoRSS2">
      <http:operation location="/DeriveLDToGeoRSS2" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="DeriveLDtoGeoRSS">
      <http:operation location="/DeriveLDtoGeoRSS" />
      <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="DeriveLD">
      <http:operation location="/DeriveLD" />
      <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="DeriveLD">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Derive Legal Description</wsdl:documentation>
    <wsdl:port name="DeriveLDSoap" binding="tns:DeriveLDSoap">
      <soap:address location="http://www.geocommunicator.gov/deriveld/deriveld.asmx" />
    </wsdl:port>
    <wsdl:port name="DeriveLDSoap12" binding="tns:DeriveLDSoap12">
      <soap12:address location="http://www.geocommunicator.gov/deriveld/deriveld.asmx" />
    </wsdl:port>
    <wsdl:port name="DeriveLDHttpGet" binding="tns:DeriveLDHttpGet">
      <http:address location="http://www.geocommunicator.gov/deriveld/deriveld.asmx" />
    </wsdl:port>
    <wsdl:port name="DeriveLDHttpPost" binding="tns:DeriveLDHttpPost">
      <http:address location="http://www.geocommunicator.gov/deriveld/deriveld.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>