<?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="PropertyTaxInfo">
    <sequence>
     <element name="actualValue" nillable="true" type="xsd:string"/>
     <element name="address1" nillable="true" type="xsd:string"/>
     <element name="address2" nillable="true" type="xsd:string"/>
     <element name="balance" nillable="true" type="xsd:string"/>
     <element name="certTaxDueDate" nillable="true" type="xsd:string"/>
     <element name="city" nillable="true" type="xsd:string"/>
     <element name="deedFlag" nillable="true" type="xsd:string"/>
     <element name="defferedFlag" nillable="true" type="xsd:string"/>
     <element name="exemptFlag" nillable="true" type="xsd:string"/>
     <element name="lienFlag" 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="partexemptFlag" nillable="true" type="xsd:string"/>
     <element name="prioryrsFlag" nillable="true" type="xsd:string"/>
     <element name="scheduleNumber" nillable="true" type="xsd:string"/>
     <element name="state" nillable="true" type="xsd:string"/>
     <element name="status" nillable="true" type="xsd:double"/>
     <element name="taxAmount" 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="CFCInvocationException">

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

   </wsdl:message>

   <wsdl:message name="GetPropertyTaxResponse">

      <wsdl:part name="GetPropertyTaxReturn" type="impl:PropertyTaxInfo"/>

   </wsdl:message>

   <wsdl:message name="GetPropertyTaxRequest">

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

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

      <wsdl:part name="taxYear" type="xsd:double"/>

   </wsdl:message>

   <wsdl:portType name="PropertyTaxes">

      <wsdl:operation name="GetPropertyTax" parameterOrder="scheduleNum parcelNum taxYear">

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

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

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

      </wsdl:operation>

   </wsdl:portType>

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

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

      <wsdl:operation name="GetPropertyTax">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="GetPropertyTaxRequest">

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

         </wsdl:input>

         <wsdl:output name="GetPropertyTaxResponse">

            <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="PropertyTaxes">

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

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

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>

