<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="WriteErrorLog">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="objErrorDetails" type="tns:ErrorMessage" />
            <s:element minOccurs="0" maxOccurs="1" name="userState" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ErrorMessage">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ErrorMessageID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorMessageDescription" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ProductVersion" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ModuleName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ModuleVersion" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ErrorMessageDate" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorHostAddress" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="WriteErrorLogResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="WriteErrorLogResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WriteErrorLogging">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="objErrorDetails" type="tns:ErrorMessage" />
            <s:element minOccurs="0" maxOccurs="1" name="userState" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WriteErrorLoggingResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="WriteErrorLoggingResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetErrorLogDetails">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="moduleName" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="ErrorMessageID" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="fromdate" type="s:dateTime" />
            <s:element minOccurs="1" maxOccurs="1" name="todate" type="s:dateTime" />
            <s:element minOccurs="0" maxOccurs="1" name="moduleVersion" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetErrorLogDetailsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetErrorLogDetailsResult">
              <s:complexType>
                <s:sequence>
                  <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
                  <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="WriteErrorLogSoapIn">
    <wsdl:part name="parameters" element="tns:WriteErrorLog" />
  </wsdl:message>
  <wsdl:message name="WriteErrorLogSoapOut">
    <wsdl:part name="parameters" element="tns:WriteErrorLogResponse" />
  </wsdl:message>
  <wsdl:message name="WriteErrorLoggingSoapIn">
    <wsdl:part name="parameters" element="tns:WriteErrorLogging" />
  </wsdl:message>
  <wsdl:message name="WriteErrorLoggingSoapOut">
    <wsdl:part name="parameters" element="tns:WriteErrorLoggingResponse" />
  </wsdl:message>
  <wsdl:message name="GetErrorLogDetailsSoapIn">
    <wsdl:part name="parameters" element="tns:GetErrorLogDetails" />
  </wsdl:message>
  <wsdl:message name="GetErrorLogDetailsSoapOut">
    <wsdl:part name="parameters" element="tns:GetErrorLogDetailsResponse" />
  </wsdl:message>
  <wsdl:portType name="ErrorLogServiceSoap">
    <wsdl:operation name="WriteErrorLog">
      <wsdl:input message="tns:WriteErrorLogSoapIn" />
      <wsdl:output message="tns:WriteErrorLogSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="WriteErrorLogging">
      <wsdl:input message="tns:WriteErrorLoggingSoapIn" />
      <wsdl:output message="tns:WriteErrorLoggingSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetErrorLogDetails">
      <wsdl:input message="tns:GetErrorLogDetailsSoapIn" />
      <wsdl:output message="tns:GetErrorLogDetailsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ErrorLogServiceSoap" type="tns:ErrorLogServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="WriteErrorLog">
      <soap:operation soapAction="http://tempuri.org/WriteErrorLog" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="WriteErrorLogging">
      <soap:operation soapAction="http://tempuri.org/WriteErrorLogging" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetErrorLogDetails">
      <soap:operation soapAction="http://tempuri.org/GetErrorLogDetails" 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="ErrorLogServiceSoap12" type="tns:ErrorLogServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="WriteErrorLog">
      <soap12:operation soapAction="http://tempuri.org/WriteErrorLog" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="WriteErrorLogging">
      <soap12:operation soapAction="http://tempuri.org/WriteErrorLogging" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetErrorLogDetails">
      <soap12:operation soapAction="http://tempuri.org/GetErrorLogDetails" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ErrorLogService">
    <wsdl:port name="ErrorLogServiceSoap" binding="tns:ErrorLogServiceSoap">
      <soap:address location="http://erp.qualitaslifespaces.in/HighriseServices/ErrorLogService.asmx" />
    </wsdl:port>
    <wsdl:port name="ErrorLogServiceSoap12" binding="tns:ErrorLogServiceSoap12">
      <soap12:address location="http://erp.qualitaslifespaces.in/HighriseServices/ErrorLogService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>