<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="Soap12" 
    targetNamespace="http://schemas.servicestack.net/types" 
    xmlns:svc="http://schemas.servicestack.net/types" 
    xmlns:tns="http://schemas.servicestack.net/types" 
    
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" 
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
    xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" 
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
    xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" 
    xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 
    xmlns:wsa10="http://www.w3.org/2005/08/addressing" 
    xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">

	<wsdl:types>
		<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
	</wsdl:types>

	<wsdl:message name="LoginIn">
        <wsdl:part name="par" element="tns:Login" />
    </wsdl:message>
    <wsdl:message name="LoginOut">
        <wsdl:part name="par" element="tns:LoginResponse" />
    </wsdl:message><wsdl:message name="forgotpasswordIn">
        <wsdl:part name="par" element="tns:forgotpassword" />
    </wsdl:message>
    <wsdl:message name="forgotpasswordOut">
        <wsdl:part name="par" element="tns:forgotpasswordResponse" />
    </wsdl:message><wsdl:message name="profileIn">
        <wsdl:part name="par" element="tns:profile" />
    </wsdl:message>
    <wsdl:message name="profileOut">
        <wsdl:part name="par" element="tns:profileResponse" />
    </wsdl:message><wsdl:message name="HomeownerIn">
        <wsdl:part name="par" element="tns:Homeowner" />
    </wsdl:message>
    <wsdl:message name="HomeownerOut">
        <wsdl:part name="par" element="tns:HomeownerResponse" />
    </wsdl:message><wsdl:message name="HomedataIn">
        <wsdl:part name="par" element="tns:Homedata" />
    </wsdl:message>
    <wsdl:message name="HomedataOut">
        <wsdl:part name="par" element="tns:HomedataResponse" />
    </wsdl:message><wsdl:message name="addrequestIn">
        <wsdl:part name="par" element="tns:addrequest" />
    </wsdl:message>
    <wsdl:message name="addrequestOut">
        <wsdl:part name="par" element="tns:addrequestResponse" />
    </wsdl:message><wsdl:message name="getPDFIn">
        <wsdl:part name="par" element="tns:getPDF" />
    </wsdl:message>
    <wsdl:message name="getPDFOut">
        <wsdl:part name="par" element="tns:getPDFResponse" />
    </wsdl:message><wsdl:message name="PropertyListIn">
        <wsdl:part name="par" element="tns:PropertyList" />
    </wsdl:message>
    <wsdl:message name="PropertyListOut">
        <wsdl:part name="par" element="tns:PropertyListResponse" />
    </wsdl:message><wsdl:message name="SearchPropertyIn">
        <wsdl:part name="par" element="tns:SearchProperty" />
    </wsdl:message>
    <wsdl:message name="SearchPropertyOut">
        <wsdl:part name="par" element="tns:SearchPropertyResponse" />
    </wsdl:message><wsdl:message name="PropertyIn">
        <wsdl:part name="par" element="tns:Property" />
    </wsdl:message>
    <wsdl:message name="PropertyOut">
        <wsdl:part name="par" element="tns:PropertyResponse" />
    </wsdl:message><wsdl:message name="TenantIn">
        <wsdl:part name="par" element="tns:Tenant" />
    </wsdl:message>
    <wsdl:message name="TenantOut">
        <wsdl:part name="par" element="tns:TenantResponse" />
    </wsdl:message><wsdl:message name="SearchTenantIn">
        <wsdl:part name="par" element="tns:SearchTenant" />
    </wsdl:message>
    <wsdl:message name="SearchTenantOut">
        <wsdl:part name="par" element="tns:SearchTenantResponse" />
    </wsdl:message><wsdl:message name="SearchSuitesIn">
        <wsdl:part name="par" element="tns:SearchSuites" />
    </wsdl:message>
    <wsdl:message name="SearchSuitesOut">
        <wsdl:part name="par" element="tns:SearchSuitesResponse" />
    </wsdl:message><wsdl:message name="PMHomeownerIn">
        <wsdl:part name="par" element="tns:PMHomeowner" />
    </wsdl:message>
    <wsdl:message name="PMHomeownerOut">
        <wsdl:part name="par" element="tns:PMHomeownerResponse" />
    </wsdl:message><wsdl:message name="submitPhotoIn">
        <wsdl:part name="par" element="tns:submitPhoto" />
    </wsdl:message>
    <wsdl:message name="submitPhotoOut">
        <wsdl:part name="par" element="tns:submitPhotoResponse" />
    </wsdl:message><wsdl:message name="deletePhotoIn">
        <wsdl:part name="par" element="tns:deletePhoto" />
    </wsdl:message>
    <wsdl:message name="deletePhotoOut">
        <wsdl:part name="par" element="tns:deletePhotoResponse" />
    </wsdl:message><wsdl:message name="photoIdListIn">
        <wsdl:part name="par" element="tns:photoIdList" />
    </wsdl:message>
    <wsdl:message name="photoIdListOut">
        <wsdl:part name="par" element="tns:photoIdListResponse" />
    </wsdl:message><wsdl:message name="getphotoIn">
        <wsdl:part name="par" element="tns:getphoto" />
    </wsdl:message>
    <wsdl:message name="getphotoOut">
        <wsdl:part name="par" element="tns:getphotoResponse" />
    </wsdl:message><wsdl:message name="getGroupListIn">
        <wsdl:part name="par" element="tns:getGroupList" />
    </wsdl:message>
    <wsdl:message name="getGroupListOut">
        <wsdl:part name="par" element="tns:getGroupListResponse" />
    </wsdl:message><wsdl:message name="getFilelistIn">
        <wsdl:part name="par" element="tns:getFilelist" />
    </wsdl:message>
    <wsdl:message name="getFilelistOut">
        <wsdl:part name="par" element="tns:getFilelistResponse" />
    </wsdl:message><wsdl:message name="net_fileIn">
        <wsdl:part name="par" element="tns:net_file" />
    </wsdl:message>
    <wsdl:message name="net_fileOut">
        <wsdl:part name="par" element="tns:net_fileResponse" />
    </wsdl:message><wsdl:message name="EmployeeCheckInOutIn">
        <wsdl:part name="par" element="tns:EmployeeCheckInOut" />
    </wsdl:message>
    <wsdl:message name="EmployeeCheckInOutOut">
        <wsdl:part name="par" element="tns:EmployeeCheckInOutResponse" />
    </wsdl:message><wsdl:message name="SearchProperty_v23In">
        <wsdl:part name="par" element="tns:SearchProperty_v23" />
    </wsdl:message>
    <wsdl:message name="SearchProperty_v23Out">
        <wsdl:part name="par" element="tns:SearchProperty_v23Response" />
    </wsdl:message><wsdl:message name="getAgingReportListIn">
        <wsdl:part name="par" element="tns:getAgingReportList" />
    </wsdl:message>
    <wsdl:message name="getAgingReportListOut">
        <wsdl:part name="par" element="tns:getAgingReportListResponse" />
    </wsdl:message><wsdl:message name="getAgingReportTenantListIn">
        <wsdl:part name="par" element="tns:getAgingReportTenantList" />
    </wsdl:message>
    <wsdl:message name="getAgingReportTenantListOut">
        <wsdl:part name="par" element="tns:getAgingReportTenantListResponse" />
    </wsdl:message>

	<wsdl:message name="CheckVersionIn">
        <wsdl:part name="par" element="tns:CheckVersion" />
    </wsdl:message><wsdl:message name="ticketviewIn">
        <wsdl:part name="par" element="tns:ticketview" />
    </wsdl:message><wsdl:message name="imageToPDFIn">
        <wsdl:part name="par" element="tns:imageToPDF" />
    </wsdl:message><wsdl:message name="OpenInvoiceCompanyListIn">
        <wsdl:part name="par" element="tns:OpenInvoiceCompanyList" />
    </wsdl:message><wsdl:message name="OpenInvoiceListIn">
        <wsdl:part name="par" element="tns:OpenInvoiceList" />
    </wsdl:message><wsdl:message name="CheckInOutListIn">
        <wsdl:part name="par" element="tns:CheckInOutList" />
    </wsdl:message><wsdl:message name="VendorListIn">
        <wsdl:part name="par" element="tns:VendorList" />
    </wsdl:message><wsdl:message name="checkInOutReportIn">
        <wsdl:part name="par" element="tns:checkInOutReport" />
    </wsdl:message><wsdl:message name="checkInOutReport_v23In">
        <wsdl:part name="par" element="tns:checkInOutReport_v23" />
    </wsdl:message><wsdl:message name="checkInOutReportMap_v23In">
        <wsdl:part name="par" element="tns:checkInOutReportMap_v23" />
    </wsdl:message><wsdl:message name="allCheckInOutReportPerProperty_v23In">
        <wsdl:part name="par" element="tns:allCheckInOutReportPerProperty_v23" />
    </wsdl:message><wsdl:message name="oneCheckInOutProperty_v23In">
        <wsdl:part name="par" element="tns:oneCheckInOutProperty_v23" />
    </wsdl:message><wsdl:message name="checkInOutReportDetailIn">
        <wsdl:part name="par" element="tns:checkInOutReportDetail" />
    </wsdl:message><wsdl:message name="getPhotosNumPerUserIn">
        <wsdl:part name="par" element="tns:getPhotosNumPerUser" />
    </wsdl:message><wsdl:message name="getPhotosNumPropertyPerUserIn">
        <wsdl:part name="par" element="tns:getPhotosNumPropertyPerUser" />
    </wsdl:message><wsdl:message name="sch_pmClockInOutInfoRequestIn">
        <wsdl:part name="par" element="tns:sch_pmClockInOutInfoRequest" />
    </wsdl:message><wsdl:message name="sch_pmClockInRequestIn">
        <wsdl:part name="par" element="tns:sch_pmClockInRequest" />
    </wsdl:message><wsdl:message name="sch_pmClockOutRequestIn">
        <wsdl:part name="par" element="tns:sch_pmClockOutRequest" />
    </wsdl:message><wsdl:message name="pmGetTenantMeterListRequestIn">
        <wsdl:part name="par" element="tns:pmGetTenantMeterListRequest" />
    </wsdl:message><wsdl:message name="pmSaveTenantMeterRequestIn">
        <wsdl:part name="par" element="tns:pmSaveTenantMeterRequest" />
    </wsdl:message><wsdl:message name="pmSaveTenantMeterPropertyRequestIn">
        <wsdl:part name="par" element="tns:pmSaveTenantMeterPropertyRequest" />
    </wsdl:message><wsdl:message name="pmSaveTenantMeterItemRequestIn">
        <wsdl:part name="par" element="tns:pmSaveTenantMeterItemRequest" />
    </wsdl:message>

	<wsdl:portType name="ISyncReply"><wsdl:operation name="Login">
        <wsdl:input message="svc:LoginIn" />
        <wsdl:output message="svc:LoginOut" />
    </wsdl:operation><wsdl:operation name="forgotpassword">
        <wsdl:input message="svc:forgotpasswordIn" />
        <wsdl:output message="svc:forgotpasswordOut" />
    </wsdl:operation><wsdl:operation name="profile">
        <wsdl:input message="svc:profileIn" />
        <wsdl:output message="svc:profileOut" />
    </wsdl:operation><wsdl:operation name="Homeowner">
        <wsdl:input message="svc:HomeownerIn" />
        <wsdl:output message="svc:HomeownerOut" />
    </wsdl:operation><wsdl:operation name="Homedata">
        <wsdl:input message="svc:HomedataIn" />
        <wsdl:output message="svc:HomedataOut" />
    </wsdl:operation><wsdl:operation name="addrequest">
        <wsdl:input message="svc:addrequestIn" />
        <wsdl:output message="svc:addrequestOut" />
    </wsdl:operation><wsdl:operation name="getPDF">
        <wsdl:input message="svc:getPDFIn" />
        <wsdl:output message="svc:getPDFOut" />
    </wsdl:operation><wsdl:operation name="PropertyList">
        <wsdl:input message="svc:PropertyListIn" />
        <wsdl:output message="svc:PropertyListOut" />
    </wsdl:operation><wsdl:operation name="SearchProperty">
        <wsdl:input message="svc:SearchPropertyIn" />
        <wsdl:output message="svc:SearchPropertyOut" />
    </wsdl:operation><wsdl:operation name="Property">
        <wsdl:input message="svc:PropertyIn" />
        <wsdl:output message="svc:PropertyOut" />
    </wsdl:operation><wsdl:operation name="Tenant">
        <wsdl:input message="svc:TenantIn" />
        <wsdl:output message="svc:TenantOut" />
    </wsdl:operation><wsdl:operation name="SearchTenant">
        <wsdl:input message="svc:SearchTenantIn" />
        <wsdl:output message="svc:SearchTenantOut" />
    </wsdl:operation><wsdl:operation name="SearchSuites">
        <wsdl:input message="svc:SearchSuitesIn" />
        <wsdl:output message="svc:SearchSuitesOut" />
    </wsdl:operation><wsdl:operation name="PMHomeowner">
        <wsdl:input message="svc:PMHomeownerIn" />
        <wsdl:output message="svc:PMHomeownerOut" />
    </wsdl:operation><wsdl:operation name="submitPhoto">
        <wsdl:input message="svc:submitPhotoIn" />
        <wsdl:output message="svc:submitPhotoOut" />
    </wsdl:operation><wsdl:operation name="deletePhoto">
        <wsdl:input message="svc:deletePhotoIn" />
        <wsdl:output message="svc:deletePhotoOut" />
    </wsdl:operation><wsdl:operation name="photoIdList">
        <wsdl:input message="svc:photoIdListIn" />
        <wsdl:output message="svc:photoIdListOut" />
    </wsdl:operation><wsdl:operation name="getphoto">
        <wsdl:input message="svc:getphotoIn" />
        <wsdl:output message="svc:getphotoOut" />
    </wsdl:operation><wsdl:operation name="getGroupList">
        <wsdl:input message="svc:getGroupListIn" />
        <wsdl:output message="svc:getGroupListOut" />
    </wsdl:operation><wsdl:operation name="getFilelist">
        <wsdl:input message="svc:getFilelistIn" />
        <wsdl:output message="svc:getFilelistOut" />
    </wsdl:operation><wsdl:operation name="net_file">
        <wsdl:input message="svc:net_fileIn" />
        <wsdl:output message="svc:net_fileOut" />
    </wsdl:operation><wsdl:operation name="EmployeeCheckInOut">
        <wsdl:input message="svc:EmployeeCheckInOutIn" />
        <wsdl:output message="svc:EmployeeCheckInOutOut" />
    </wsdl:operation><wsdl:operation name="SearchProperty_v23">
        <wsdl:input message="svc:SearchProperty_v23In" />
        <wsdl:output message="svc:SearchProperty_v23Out" />
    </wsdl:operation><wsdl:operation name="getAgingReportList">
        <wsdl:input message="svc:getAgingReportListIn" />
        <wsdl:output message="svc:getAgingReportListOut" />
    </wsdl:operation><wsdl:operation name="getAgingReportTenantList">
        <wsdl:input message="svc:getAgingReportTenantListIn" />
        <wsdl:output message="svc:getAgingReportTenantListOut" />
    </wsdl:operation></wsdl:portType>

	<wsdl:portType name="IOneWay"><wsdl:operation name="CheckVersion">
        <wsdl:input message="svc:CheckVersionIn" />
    </wsdl:operation><wsdl:operation name="ticketview">
        <wsdl:input message="svc:ticketviewIn" />
    </wsdl:operation><wsdl:operation name="imageToPDF">
        <wsdl:input message="svc:imageToPDFIn" />
    </wsdl:operation><wsdl:operation name="OpenInvoiceCompanyList">
        <wsdl:input message="svc:OpenInvoiceCompanyListIn" />
    </wsdl:operation><wsdl:operation name="OpenInvoiceList">
        <wsdl:input message="svc:OpenInvoiceListIn" />
    </wsdl:operation><wsdl:operation name="CheckInOutList">
        <wsdl:input message="svc:CheckInOutListIn" />
    </wsdl:operation><wsdl:operation name="VendorList">
        <wsdl:input message="svc:VendorListIn" />
    </wsdl:operation><wsdl:operation name="checkInOutReport">
        <wsdl:input message="svc:checkInOutReportIn" />
    </wsdl:operation><wsdl:operation name="checkInOutReport_v23">
        <wsdl:input message="svc:checkInOutReport_v23In" />
    </wsdl:operation><wsdl:operation name="checkInOutReportMap_v23">
        <wsdl:input message="svc:checkInOutReportMap_v23In" />
    </wsdl:operation><wsdl:operation name="allCheckInOutReportPerProperty_v23">
        <wsdl:input message="svc:allCheckInOutReportPerProperty_v23In" />
    </wsdl:operation><wsdl:operation name="oneCheckInOutProperty_v23">
        <wsdl:input message="svc:oneCheckInOutProperty_v23In" />
    </wsdl:operation><wsdl:operation name="checkInOutReportDetail">
        <wsdl:input message="svc:checkInOutReportDetailIn" />
    </wsdl:operation><wsdl:operation name="getPhotosNumPerUser">
        <wsdl:input message="svc:getPhotosNumPerUserIn" />
    </wsdl:operation><wsdl:operation name="getPhotosNumPropertyPerUser">
        <wsdl:input message="svc:getPhotosNumPropertyPerUserIn" />
    </wsdl:operation><wsdl:operation name="sch_pmClockInOutInfoRequest">
        <wsdl:input message="svc:sch_pmClockInOutInfoRequestIn" />
    </wsdl:operation><wsdl:operation name="sch_pmClockInRequest">
        <wsdl:input message="svc:sch_pmClockInRequestIn" />
    </wsdl:operation><wsdl:operation name="sch_pmClockOutRequest">
        <wsdl:input message="svc:sch_pmClockOutRequestIn" />
    </wsdl:operation><wsdl:operation name="pmGetTenantMeterListRequest">
        <wsdl:input message="svc:pmGetTenantMeterListRequestIn" />
    </wsdl:operation><wsdl:operation name="pmSaveTenantMeterRequest">
        <wsdl:input message="svc:pmSaveTenantMeterRequestIn" />
    </wsdl:operation><wsdl:operation name="pmSaveTenantMeterPropertyRequest">
        <wsdl:input message="svc:pmSaveTenantMeterPropertyRequestIn" />
    </wsdl:operation><wsdl:operation name="pmSaveTenantMeterItemRequest">
        <wsdl:input message="svc:pmSaveTenantMeterItemRequestIn" />
    </wsdl:operation></wsdl:portType>

	<wsdl:binding name="WSHttpBinding_ISyncReply" type="svc:ISyncReply">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="Login">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/Login" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="forgotpassword">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/forgotpassword" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="profile">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/profile" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Homeowner">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/Homeowner" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Homedata">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/Homedata" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="addrequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/addrequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="getPDF">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getPDF" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="PropertyList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/PropertyList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SearchProperty">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/SearchProperty" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Property">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/Property" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="Tenant">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/Tenant" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SearchTenant">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/SearchTenant" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SearchSuites">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/SearchSuites" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="PMHomeowner">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/PMHomeowner" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="submitPhoto">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/submitPhoto" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="deletePhoto">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/deletePhoto" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="photoIdList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/photoIdList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="getphoto">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getphoto" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="getGroupList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getGroupList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="getFilelist">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getFilelist" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="net_file">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/net_file" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="EmployeeCheckInOut">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/EmployeeCheckInOut" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SearchProperty_v23">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/SearchProperty_v23" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="getAgingReportList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getAgingReportList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="getAgingReportTenantList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getAgingReportTenantList" 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="WSHttpBinding_IOneWay" type="svc:IOneWay">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="CheckVersion">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/CheckVersion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ticketview">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/ticketview" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="imageToPDF">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/imageToPDF" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="OpenInvoiceCompanyList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/OpenInvoiceCompanyList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="OpenInvoiceList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/OpenInvoiceList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CheckInOutList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/CheckInOutList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="VendorList">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/VendorList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="checkInOutReport">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/checkInOutReport" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="checkInOutReport_v23">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/checkInOutReport_v23" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="checkInOutReportMap_v23">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/checkInOutReportMap_v23" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="allCheckInOutReportPerProperty_v23">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/allCheckInOutReportPerProperty_v23" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="oneCheckInOutProperty_v23">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/oneCheckInOutProperty_v23" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="checkInOutReportDetail">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/checkInOutReportDetail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="getPhotosNumPerUser">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getPhotosNumPerUser" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="getPhotosNumPropertyPerUser">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/getPhotosNumPropertyPerUser" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="sch_pmClockInOutInfoRequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/sch_pmClockInOutInfoRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="sch_pmClockInRequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/sch_pmClockInRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="sch_pmClockOutRequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/sch_pmClockOutRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="pmGetTenantMeterListRequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/pmGetTenantMeterListRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="pmSaveTenantMeterRequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/pmSaveTenantMeterRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="pmSaveTenantMeterPropertyRequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/pmSaveTenantMeterPropertyRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="pmSaveTenantMeterItemRequest">
      <soap12:operation soapAction="http://schemas.servicestack.net/types/pmSaveTenantMeterItemRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
    </wsdl:operation>
	</wsdl:binding>

	<wsdl:service name="SyncReply">
		<wsdl:port name="WSHttpBinding_ISyncReply" binding="svc:WSHttpBinding_ISyncReply">
			<soap12:address location="https://app.lovettcommercial.com/soap12" />
		</wsdl:port>
	</wsdl:service>

	<wsdl:service name="AsyncOneWay">
		<wsdl:port name="WSHttpBinding_IOneWay" binding="svc:WSHttpBinding_IOneWay">
			<soap12:address location="https://app.lovettcommercial.com/soap12" />
		</wsdl:port>
	</wsdl:service>
	
</wsdl:definitions>