<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsNolManagementservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:OtnSysUtils" xmlns:ns2="urn:NolL4Xml" xmlns:ns3="urn:NolConst">
  <types>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfInt">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:NolL4Xml" xmlns="urn:NolL4Xml">
      <xs:simpleType name="TNOLCardFiles">
        <xs:restriction base="xs:string">
          <xs:enumeration value="nolBlackList"/>
          <xs:enumeration value="nolInterimBlackList"/>
          <xs:enumeration value="nolWhiteList"/>
          <xs:enumeration value="nolOperParams"/>
          <xs:enumeration value="nolUndefined"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
    <xs:schema targetNamespace="urn:NolConst" xmlns="urn:NolConst">
      <xs:simpleType name="TNolCardType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="nctBlueCard"/>
          <xs:enumeration value="nctGoldCard"/>
          <xs:enumeration value="nctSilverCard"/>
          <xs:enumeration value="nctRedTicket"/>
          <xs:enumeration value="nctUnknwon"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="NolCardValidationNEW0Request">
    <part name="sDeviceId" type="xs:string"/>
    <part name="sCardId" type="xs:string"/>
    <part name="sTagId" type="xs:string"/>
    <part name="BLBlockType" type="ns1:TArrayOfInt"/>
    <part name="BLSN" type="xs:string"/>
    <part name="BLBSN" type="xs:string"/>
    <part name="BLDeviceID" type="xs:string"/>
    <part name="BLReason" type="xs:string"/>
    <part name="BLDescReason" type="xs:string"/>
    <part name="BLIncidenceTime" type="xs:string"/>
    <part name="NolFileType" type="ns2:TNOLCardFiles"/>
  </message>
  <message name="NolCardValidationNEW0Response">
    <part name="BLBlockType" type="ns1:TArrayOfInt"/>
    <part name="BLSN" type="xs:string"/>
    <part name="BLBSN" type="xs:string"/>
    <part name="BLDeviceID" type="xs:string"/>
    <part name="BLReason" type="xs:string"/>
    <part name="BLDescReason" type="xs:string"/>
    <part name="BLIncidenceTime" type="xs:string"/>
    <part name="NolFileType" type="ns2:TNOLCardFiles"/>
  </message>
  <message name="CheckVersions1Request"/>
  <message name="CheckVersions1Response"/>
  <message name="GetVersion2Request">
    <part name="aNolFileType" type="ns2:TNOLCardFiles"/>
  </message>
  <message name="GetVersion2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetVersions3Request"/>
  <message name="GetVersions3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ImportNOLCardFiles_24Request">
    <part name="sFilePath" type="xs:string"/>
    <part name="sRTACertificatePath" type="xs:string"/>
    <part name="sBackupPath" type="xs:string"/>
    <part name="AFileTypeToImport" type="xs:int"/>
    <part name="AMessage" type="xs:string"/>
    <part name="AResult" type="xs:int"/>
  </message>
  <message name="ImportNOLCardFiles_24Response">
    <part name="AMessage" type="xs:string"/>
    <part name="AResult" type="xs:int"/>
  </message>
  <message name="LoadNolFile5Request">
    <part name="FileType" type="ns2:TNOLCardFiles"/>
  </message>
  <message name="LoadNolFile5Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="SaveDeviceOperation6Request">
    <part name="AXml" type="xs:string"/>
    <part name="ACardImageIn" type="xs:string"/>
    <part name="ACardImageOut" type="xs:string"/>
    <part name="ATrxNotes" type="xs:string"/>
    <part name="IsOperationCompleted" type="xs:boolean"/>
  </message>
  <message name="SaveDeviceOperation6Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CompleteDeviceOperation7Request">
    <part name="ADeviceOpId" type="xs:int"/>
  </message>
  <message name="CompleteDeviceOperation7Response"/>
  <message name="DeleteDeviceOperation8Request">
    <part name="ADeviceOpId" type="xs:int"/>
    <part name="ADeviceCode" type="xs:string"/>
  </message>
  <message name="DeleteDeviceOperation8Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetUsageDataByDeviceId9Request">
    <part name="sDeviceId" type="xs:string"/>
    <part name="sPrivateKey" type="xs:string"/>
    <part name="sPassword" type="xs:string"/>
  </message>
  <message name="GetUsageDataByDeviceId9Response">
    <part name="sFileName" type="xs:string"/>
    <part name="ADevOpProcessed" type="ns1:TArrayOfInt"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetUsageDataByDeviceId_Recovery10Request">
    <part name="sDeviceId" type="xs:string"/>
    <part name="sPrivateKey" type="xs:string"/>
    <part name="sPassword" type="xs:string"/>
  </message>
  <message name="GetUsageDataByDeviceId_Recovery10Response">
    <part name="sFileName" type="xs:string"/>
    <part name="ADevOpProcessed" type="ns1:TArrayOfInt"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetUsageDataLastDayProcessed11Request">
    <part name="sDeviceId" type="xs:string"/>
  </message>
  <message name="GetUsageDataLastDayProcessed11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAuditRegisterByDeviceId12Request">
    <part name="sDeviceId" type="xs:string"/>
    <part name="sPrivateKey" type="xs:string"/>
    <part name="sPassword" type="xs:string"/>
  </message>
  <message name="GetAuditRegisterByDeviceId12Response">
    <part name="sFileName" type="xs:string"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAuditRegisterByDeviceId_Recovery13Request">
    <part name="sDeviceId" type="xs:string"/>
    <part name="sPrivateKey" type="xs:string"/>
    <part name="sPassword" type="xs:string"/>
  </message>
  <message name="GetAuditRegisterByDeviceId_Recovery13Response">
    <part name="sFileName" type="xs:string"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAuditRegisterLastDayProcessed14Request">
    <part name="sDeviceId" type="xs:string"/>
  </message>
  <message name="GetAuditRegisterLastDayProcessed14Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetBEID15Request"/>
  <message name="GetBEID15Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetDeviceIdsList16Request">
    <part name="sBusinessEntity" type="xs:string"/>
    <part name="sOperationInfo" type="xs:string"/>
  </message>
  <message name="GetDeviceIdsList16Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetFileNameByFileType17Request">
    <part name="AFileType" type="xs:int"/>
  </message>
  <message name="GetFileNameByFileType17Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMatrixCellIdByNOLType18Request">
    <part name="ANOLType" type="ns3:TNolCardType"/>
    <part name="ANOLPRofile" type="xs:int"/>
    <part name="MatrixCellCode" type="xs:string"/>
  </message>
  <message name="GetMatrixCellIdByNOLType18Response">
    <part name="MatrixCellCode" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetGBLPurseParams19Request"/>
  <message name="GetGBLPurseParams19Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetReloadRec20Request"/>
  <message name="GetReloadRec20Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="IsLocationValid21Request">
    <part name="BEID" type="xs:int"/>
    <part name="LocationID" type="xs:int"/>
  </message>
  <message name="IsLocationValid21Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetConcessionType22Request">
    <part name="HolderProfile" type="xs:int"/>
    <part name="ConcessionType" type="xs:int"/>
    <part name="ConcessionDesc" type="xs:string"/>
  </message>
  <message name="GetConcessionType22Response">
    <part name="ConcessionType" type="xs:int"/>
    <part name="ConcessionDesc" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetBlacklistReasonDesc23Request">
    <part name="ReasonCode" type="xs:int"/>
  </message>
  <message name="GetBlacklistReasonDesc23Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="NolCardCheckEnabledDB24Request"/>
  <message name="NolCardCheckEnabledDB24Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ExtractFileFromDB25Request">
    <part name="NolFileType" type="ns2:TNOLCardFiles"/>
  </message>
  <message name="ExtractFileFromDB25Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IWsNolManagement">
    <operation name="NolCardValidationNEW">
      <input message="tns:NolCardValidationNEW0Request"/>
      <output message="tns:NolCardValidationNEW0Response"/>
    </operation>
    <operation name="CheckVersions">
      <input message="tns:CheckVersions1Request"/>
      <output message="tns:CheckVersions1Response"/>
    </operation>
    <operation name="GetVersion">
      <input message="tns:GetVersion2Request"/>
      <output message="tns:GetVersion2Response"/>
    </operation>
    <operation name="GetVersions">
      <input message="tns:GetVersions3Request"/>
      <output message="tns:GetVersions3Response"/>
    </operation>
    <operation name="ImportNOLCardFiles_2">
      <input message="tns:ImportNOLCardFiles_24Request"/>
      <output message="tns:ImportNOLCardFiles_24Response"/>
    </operation>
    <operation name="LoadNolFile">
      <input message="tns:LoadNolFile5Request"/>
      <output message="tns:LoadNolFile5Response"/>
    </operation>
    <operation name="SaveDeviceOperation">
      <input message="tns:SaveDeviceOperation6Request"/>
      <output message="tns:SaveDeviceOperation6Response"/>
    </operation>
    <operation name="CompleteDeviceOperation">
      <input message="tns:CompleteDeviceOperation7Request"/>
      <output message="tns:CompleteDeviceOperation7Response"/>
    </operation>
    <operation name="DeleteDeviceOperation">
      <input message="tns:DeleteDeviceOperation8Request"/>
      <output message="tns:DeleteDeviceOperation8Response"/>
    </operation>
    <operation name="GetUsageDataByDeviceId">
      <input message="tns:GetUsageDataByDeviceId9Request"/>
      <output message="tns:GetUsageDataByDeviceId9Response"/>
    </operation>
    <operation name="GetUsageDataByDeviceId_Recovery">
      <input message="tns:GetUsageDataByDeviceId_Recovery10Request"/>
      <output message="tns:GetUsageDataByDeviceId_Recovery10Response"/>
    </operation>
    <operation name="GetUsageDataLastDayProcessed">
      <input message="tns:GetUsageDataLastDayProcessed11Request"/>
      <output message="tns:GetUsageDataLastDayProcessed11Response"/>
    </operation>
    <operation name="GetAuditRegisterByDeviceId">
      <input message="tns:GetAuditRegisterByDeviceId12Request"/>
      <output message="tns:GetAuditRegisterByDeviceId12Response"/>
    </operation>
    <operation name="GetAuditRegisterByDeviceId_Recovery">
      <input message="tns:GetAuditRegisterByDeviceId_Recovery13Request"/>
      <output message="tns:GetAuditRegisterByDeviceId_Recovery13Response"/>
    </operation>
    <operation name="GetAuditRegisterLastDayProcessed">
      <input message="tns:GetAuditRegisterLastDayProcessed14Request"/>
      <output message="tns:GetAuditRegisterLastDayProcessed14Response"/>
    </operation>
    <operation name="GetBEID">
      <input message="tns:GetBEID15Request"/>
      <output message="tns:GetBEID15Response"/>
    </operation>
    <operation name="GetDeviceIdsList">
      <input message="tns:GetDeviceIdsList16Request"/>
      <output message="tns:GetDeviceIdsList16Response"/>
    </operation>
    <operation name="GetFileNameByFileType">
      <input message="tns:GetFileNameByFileType17Request"/>
      <output message="tns:GetFileNameByFileType17Response"/>
    </operation>
    <operation name="GetMatrixCellIdByNOLType">
      <input message="tns:GetMatrixCellIdByNOLType18Request"/>
      <output message="tns:GetMatrixCellIdByNOLType18Response"/>
    </operation>
    <operation name="GetGBLPurseParams">
      <input message="tns:GetGBLPurseParams19Request"/>
      <output message="tns:GetGBLPurseParams19Response"/>
    </operation>
    <operation name="GetReloadRec">
      <input message="tns:GetReloadRec20Request"/>
      <output message="tns:GetReloadRec20Response"/>
    </operation>
    <operation name="IsLocationValid">
      <input message="tns:IsLocationValid21Request"/>
      <output message="tns:IsLocationValid21Response"/>
    </operation>
    <operation name="GetConcessionType">
      <input message="tns:GetConcessionType22Request"/>
      <output message="tns:GetConcessionType22Response"/>
    </operation>
    <operation name="GetBlacklistReasonDesc">
      <input message="tns:GetBlacklistReasonDesc23Request"/>
      <output message="tns:GetBlacklistReasonDesc23Response"/>
    </operation>
    <operation name="NolCardCheckEnabledDB">
      <input message="tns:NolCardCheckEnabledDB24Request"/>
      <output message="tns:NolCardCheckEnabledDB24Response"/>
    </operation>
    <operation name="ExtractFileFromDB">
      <input message="tns:ExtractFileFromDB25Request"/>
      <output message="tns:ExtractFileFromDB25Response"/>
    </operation>
  </portType>
  <binding name="IWsNolManagementbinding" type="tns:IWsNolManagement">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="NolCardValidationNEW">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#NolCardValidationNEW" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="CheckVersions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#CheckVersions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetVersion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetVersion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetVersions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetVersions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="ImportNOLCardFiles_2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#ImportNOLCardFiles_2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="LoadNolFile">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#LoadNolFile" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="SaveDeviceOperation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#SaveDeviceOperation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="CompleteDeviceOperation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#CompleteDeviceOperation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="DeleteDeviceOperation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#DeleteDeviceOperation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetUsageDataByDeviceId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetUsageDataByDeviceId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetUsageDataByDeviceId_Recovery">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetUsageDataByDeviceId_Recovery" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetUsageDataLastDayProcessed">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetUsageDataLastDayProcessed" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetAuditRegisterByDeviceId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetAuditRegisterByDeviceId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetAuditRegisterByDeviceId_Recovery">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetAuditRegisterByDeviceId_Recovery" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetAuditRegisterLastDayProcessed">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetAuditRegisterLastDayProcessed" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetBEID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetBEID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetDeviceIdsList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetDeviceIdsList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetFileNameByFileType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetFileNameByFileType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetMatrixCellIdByNOLType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetMatrixCellIdByNOLType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetGBLPurseParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetGBLPurseParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetReloadRec">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetReloadRec" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="IsLocationValid">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#IsLocationValid" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetConcessionType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetConcessionType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="GetBlacklistReasonDesc">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#GetBlacklistReasonDesc" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="NolCardCheckEnabledDB">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#NolCardCheckEnabledDB" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
    <operation name="ExtractFileFromDB">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsNolManagementIntf-IWsNolManagement#ExtractFileFromDB" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsNolManagementIntf-IWsNolManagement"/>
      </output>
    </operation>
  </binding>
  <service name="IWsNolManagementservice">
    <port name="IWsNolManagementPort" binding="tns:IWsNolManagementbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsNolManagement"/>
    </port>
  </service>
</definitions>

