<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://webservices" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://webservices" xmlns:intf="http://webservices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.xml.coldfusion" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by ColdFusion version 9,0,1,274733-->
 <wsdl:types>
  <schema targetNamespace="http://webservices" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ImprovementInfo">
    <sequence>
     <element name="basementFinishedSquareFeet" nillable="true" type="xsd:string"/>
     <element name="basementSquareFeet" nillable="true" type="xsd:string"/>
     <element name="baths" nillable="true" type="xsd:string"/>
     <element name="bedrooms" nillable="true" type="xsd:string"/>
     <element name="builtAs" nillable="true" type="xsd:string"/>
     <element name="classDescr" nillable="true" type="xsd:string"/>
     <element name="condition" nillable="true" type="xsd:string"/>
     <element name="condoSquareFeet" nillable="true" type="xsd:string"/>
     <element name="exterior" nillable="true" type="xsd:string"/>
     <element name="foundation" nillable="true" type="xsd:string"/>
     <element name="garageSquareFeet" nillable="true" type="xsd:string"/>
     <element name="hvac" nillable="true" type="xsd:string"/>
     <element name="interior" nillable="true" type="xsd:string"/>
     <element name="message" nillable="true" type="xsd:string"/>
     <element name="occupancy" nillable="true" type="xsd:string"/>
     <element name="propertyType" nillable="true" type="xsd:string"/>
     <element name="quality" nillable="true" type="xsd:string"/>
     <element name="roofCover" nillable="true" type="xsd:string"/>
     <element name="roofType" nillable="true" type="xsd:string"/>
     <element name="rooms" nillable="true" type="xsd:string"/>
     <element name="squareFeet" nillable="true" type="xsd:string"/>
     <element name="status" nillable="true" type="xsd:double"/>
     <element name="stories" nillable="true" type="xsd:string"/>
     <element name="unitType" nillable="true" type="xsd:string"/>
     <element name="units" nillable="true" type="xsd:string"/>
     <element name="yearBuilt" nillable="true" type="xsd:string"/>
     <element name="yearRemodel" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOf_xsd_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="BuildingIds">
    <sequence>
     <element name="building" nillable="true" type="impl:ArrayOf_xsd_anyType"/>
     <element name="message" nillable="true" type="xsd:string"/>
     <element name="status" nillable="true" type="xsd:double"/>
    </sequence>
   </complexType>
   <complexType name="Parcels">
    <sequence>
     <element name="message" nillable="true" type="xsd:string"/>
     <element name="parcel" nillable="true" type="impl:ArrayOf_xsd_anyType"/>
     <element name="status" nillable="true" type="xsd:double"/>
    </sequence>
   </complexType>
   <complexType name="PropertyInfo">
    <sequence>
     <element name="accountType" nillable="true" type="xsd:string"/>
     <element name="address" nillable="true" type="xsd:string"/>
     <element name="city" nillable="true" type="xsd:string"/>
     <element name="lastSaleDate" nillable="true" type="xsd:string"/>
     <element name="lastSalePrice" nillable="true" type="xsd:double"/>
     <element name="legal" nillable="true" type="xsd:string"/>
     <element name="lotSize" nillable="true" type="xsd:double"/>
     <element name="mailAddress1" nillable="true" type="xsd:string"/>
     <element name="mailAddress2" nillable="true" type="xsd:string"/>
     <element name="mailCity" nillable="true" type="xsd:string"/>
     <element name="mailState" nillable="true" type="xsd:string"/>
     <element name="mailZipCode" nillable="true" type="xsd:string"/>
     <element name="message" nillable="true" type="xsd:string"/>
     <element name="ownerName1" nillable="true" type="xsd:string"/>
     <element name="ownerName2" nillable="true" type="xsd:string"/>
     <element name="parcelNumber" nillable="true" type="xsd:string"/>
     <element name="scheduleNumber" nillable="true" type="xsd:string"/>
     <element name="status" nillable="true" type="xsd:double"/>
     <element name="subdivDescr" nillable="true" type="xsd:string"/>
     <element name="subdivId" nillable="true" type="xsd:string"/>
     <element name="zipCode" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://webservices"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="GetPropertyInfoRequest">

      <wsdl:part name="scheduleNum" type="xsd:string"/>

      <wsdl:part name="parcelNum" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="GetBuildingIdsResponse">

      <wsdl:part name="GetBuildingIdsReturn" type="impl:BuildingIds"/>

   </wsdl:message>

   <wsdl:message name="GetParcelsPerAddressRequest">

      <wsdl:part name="streetNum" type="xsd:string"/>

      <wsdl:part name="streetDir" type="xsd:string"/>

      <wsdl:part name="streetName" type="xsd:string"/>

      <wsdl:part name="city" type="xsd:string"/>

      <wsdl:part name="streetNameSearchType" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="GetBuildingIdsRequest">

      <wsdl:part name="scheduleNum" type="xsd:string"/>

      <wsdl:part name="parcelNum" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

      <wsdl:part name="fault" type="tns1:CFCInvocationException"/>

   </wsdl:message>

   <wsdl:message name="GetPropertyInfoResponse">

      <wsdl:part name="GetPropertyInfoReturn" type="impl:PropertyInfo"/>

   </wsdl:message>

   <wsdl:message name="GetParcelsPerAddressResponse">

      <wsdl:part name="GetParcelsPerAddressReturn" type="impl:Parcels"/>

   </wsdl:message>

   <wsdl:message name="GetImprovementsRequest">

      <wsdl:part name="scheduleNum" type="xsd:string"/>

      <wsdl:part name="parcelNum" type="xsd:string"/>

      <wsdl:part name="buildingId" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="GetImprovementsResponse">

      <wsdl:part name="GetImprovementsReturn" type="impl:ImprovementInfo"/>

   </wsdl:message>

   <wsdl:portType name="PropertyInformation">

      <wsdl:operation name="GetImprovements" parameterOrder="scheduleNum parcelNum buildingId">

         <wsdl:input message="impl:GetImprovementsRequest" name="GetImprovementsRequest"/>

         <wsdl:output message="impl:GetImprovementsResponse" name="GetImprovementsResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="GetBuildingIds" parameterOrder="scheduleNum parcelNum">

         <wsdl:input message="impl:GetBuildingIdsRequest" name="GetBuildingIdsRequest"/>

         <wsdl:output message="impl:GetBuildingIdsResponse" name="GetBuildingIdsResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="GetParcelsPerAddress" parameterOrder="streetNum streetDir streetName city streetNameSearchType">

         <wsdl:input message="impl:GetParcelsPerAddressRequest" name="GetParcelsPerAddressRequest"/>

         <wsdl:output message="impl:GetParcelsPerAddressResponse" name="GetParcelsPerAddressResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

      <wsdl:operation name="GetPropertyInfo" parameterOrder="scheduleNum parcelNum">

         <wsdl:input message="impl:GetPropertyInfoRequest" name="GetPropertyInfoRequest"/>

         <wsdl:output message="impl:GetPropertyInfoResponse" name="GetPropertyInfoResponse"/>

         <wsdl:fault message="impl:CFCInvocationException" name="CFCInvocationException"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="PropertyInformation.cfcSoapBinding" type="impl:PropertyInformation">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="GetImprovements">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetImprovementsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="GetImprovementsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://webservices" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="GetBuildingIds">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetBuildingIdsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="GetBuildingIdsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://webservices" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="GetParcelsPerAddress">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetParcelsPerAddressRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="GetParcelsPerAddressResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://webservices" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="GetPropertyInfo">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetPropertyInfoRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="GetPropertyInfoResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices" use="encoded"/>

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://webservices" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="PropertyInformation">

      <wsdl:port binding="impl:PropertyInformation.cfcSoapBinding" name="PropertyInformation.cfc">

         <wsdlsoap:address location="http://www.co.larimer.co.us/webservices/PropertyInformation.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>


















