<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsMaintenanceservice" 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:System.Classes">
  <types>
    <xs:schema targetNamespace="urn:System.Classes" xmlns="urn:System.Classes">
      <xs:complexType name="TStringList">
        <xs:complexContent>
          <xs:extension base="TStrings">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="DeleteTable0Request">
    <part name="AID" type="xs:int"/>
  </message>
  <message name="DeleteTable0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetError1Request"/>
  <message name="GetError1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetStoreList2Request"/>
  <message name="GetStoreList2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetStoreListAndUnrelated3Request"/>
  <message name="GetStoreListAndUnrelated3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetExtendedInfoCount4Request">
    <part name="AEventId" type="xs:int"/>
    <part name="ATable" type="xs:int"/>
  </message>
  <message name="GetExtendedInfoCount4Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DeleteExtendedInfo5Request">
    <part name="AEventId" type="xs:int"/>
    <part name="ATable" type="xs:int"/>
  </message>
  <message name="DeleteExtendedInfo5Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetIdsFromSQL6Request">
    <part name="AStatementSql" type="xs:string"/>
  </message>
  <message name="GetIdsFromSQL6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="QryCount7Request">
    <part name="AStatementSql" type="xs:string"/>
  </message>
  <message name="QryCount7Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="ExcecuteCommand8Request">
    <part name="ASQLCommand" type="xs:string"/>
    <part name="ALk_OperationWithHistoryLogged" type="xs:int"/>
    <part name="ANote" type="xs:string"/>
  </message>
  <message name="ExcecuteCommand8Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSTOCK_Products9Request">
    <part name="ASQL" type="xs:string"/>
  </message>
  <message name="GetSTOCK_Products9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="DisableMatrixLinkedWithProducts10Request">
    <part name="AMatrixCellIdsIn" type="xs:string"/>
  </message>
  <message name="DisableMatrixLinkedWithProducts10Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="DeleteProductsByMatrixCellIds11Request">
    <part name="AMatrixCellIdsIn" type="xs:string"/>
  </message>
  <message name="DeleteProductsByMatrixCellIds11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="InsertOnDATA_History_Operation12Request">
    <part name="ALk_OperationWithHistoryLogged" type="xs:int"/>
    <part name="ANote" type="xs:string"/>
  </message>
  <message name="InsertOnDATA_History_Operation12Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetUnrelatedAccountDataCount13Request">
    <part name="ATranslate" type="xs:boolean"/>
  </message>
  <message name="GetUnrelatedAccountDataCount13Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DeleteUnrelatedAccountData14Request">
    <part name="ATranslate" type="xs:boolean"/>
  </message>
  <message name="DeleteUnrelatedAccountData14Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetRefTables15Request">
    <part name="ATableName" type="xs:string"/>
  </message>
  <message name="GetRefTables15Response">
    <part name="return" type="ns1:TStringList"/>
  </message>
  <message name="DeleteTableByName16Request">
    <part name="ATableName" type="xs:string"/>
  </message>
  <message name="DeleteTableByName16Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckTransaction17Request">
    <part name="ATypeCheck" type="xs:string"/>
  </message>
  <message name="CheckTransaction17Response"/>
  <message name="GetDeadLockTables18Request">
    <part name="ATableName" type="xs:string"/>
  </message>
  <message name="GetDeadLockTables18Response">
    <part name="return" type="ns1:TStringList"/>
  </message>
  <message name="SetFKToNull19Request">
    <part name="ATableName1" type="xs:string"/>
    <part name="ATableName2" type="xs:string"/>
    <part name="AFKName" type="xs:string"/>
  </message>
  <message name="SetFKToNull19Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DeleteHistoryLogData20Request">
    <part name="AIsDeleteMaster" type="xs:boolean"/>
    <part name="AToDate" type="xs:dateTime"/>
  </message>
  <message name="DeleteHistoryLogData20Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CheckDbOnlineAvailable21Request">
    <part name="AConnTimeout" type="xs:int"/>
  </message>
  <message name="CheckDbOnlineAvailable21Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsMaintenance">
    <operation name="DeleteTable">
      <input message="tns:DeleteTable0Request"/>
      <output message="tns:DeleteTable0Response"/>
    </operation>
    <operation name="GetError">
      <input message="tns:GetError1Request"/>
      <output message="tns:GetError1Response"/>
    </operation>
    <operation name="GetStoreList">
      <input message="tns:GetStoreList2Request"/>
      <output message="tns:GetStoreList2Response"/>
    </operation>
    <operation name="GetStoreListAndUnrelated">
      <input message="tns:GetStoreListAndUnrelated3Request"/>
      <output message="tns:GetStoreListAndUnrelated3Response"/>
    </operation>
    <operation name="GetExtendedInfoCount">
      <input message="tns:GetExtendedInfoCount4Request"/>
      <output message="tns:GetExtendedInfoCount4Response"/>
    </operation>
    <operation name="DeleteExtendedInfo">
      <input message="tns:DeleteExtendedInfo5Request"/>
      <output message="tns:DeleteExtendedInfo5Response"/>
    </operation>
    <operation name="GetIdsFromSQL">
      <input message="tns:GetIdsFromSQL6Request"/>
      <output message="tns:GetIdsFromSQL6Response"/>
    </operation>
    <operation name="QryCount">
      <input message="tns:QryCount7Request"/>
      <output message="tns:QryCount7Response"/>
    </operation>
    <operation name="ExcecuteCommand">
      <input message="tns:ExcecuteCommand8Request"/>
      <output message="tns:ExcecuteCommand8Response"/>
    </operation>
    <operation name="GetSTOCK_Products">
      <input message="tns:GetSTOCK_Products9Request"/>
      <output message="tns:GetSTOCK_Products9Response"/>
    </operation>
    <operation name="DisableMatrixLinkedWithProducts">
      <input message="tns:DisableMatrixLinkedWithProducts10Request"/>
      <output message="tns:DisableMatrixLinkedWithProducts10Response"/>
    </operation>
    <operation name="DeleteProductsByMatrixCellIds">
      <input message="tns:DeleteProductsByMatrixCellIds11Request"/>
      <output message="tns:DeleteProductsByMatrixCellIds11Response"/>
    </operation>
    <operation name="InsertOnDATA_History_Operation">
      <input message="tns:InsertOnDATA_History_Operation12Request"/>
      <output message="tns:InsertOnDATA_History_Operation12Response"/>
    </operation>
    <operation name="GetUnrelatedAccountDataCount">
      <input message="tns:GetUnrelatedAccountDataCount13Request"/>
      <output message="tns:GetUnrelatedAccountDataCount13Response"/>
    </operation>
    <operation name="DeleteUnrelatedAccountData">
      <input message="tns:DeleteUnrelatedAccountData14Request"/>
      <output message="tns:DeleteUnrelatedAccountData14Response"/>
    </operation>
    <operation name="GetRefTables">
      <input message="tns:GetRefTables15Request"/>
      <output message="tns:GetRefTables15Response"/>
    </operation>
    <operation name="DeleteTableByName">
      <input message="tns:DeleteTableByName16Request"/>
      <output message="tns:DeleteTableByName16Response"/>
    </operation>
    <operation name="CheckTransaction">
      <input message="tns:CheckTransaction17Request"/>
      <output message="tns:CheckTransaction17Response"/>
    </operation>
    <operation name="GetDeadLockTables">
      <input message="tns:GetDeadLockTables18Request"/>
      <output message="tns:GetDeadLockTables18Response"/>
    </operation>
    <operation name="SetFKToNull">
      <input message="tns:SetFKToNull19Request"/>
      <output message="tns:SetFKToNull19Response"/>
    </operation>
    <operation name="DeleteHistoryLogData">
      <input message="tns:DeleteHistoryLogData20Request"/>
      <output message="tns:DeleteHistoryLogData20Response"/>
    </operation>
    <operation name="CheckDbOnlineAvailable">
      <input message="tns:CheckDbOnlineAvailable21Request"/>
      <output message="tns:CheckDbOnlineAvailable21Response"/>
    </operation>
  </portType>
  <binding name="IWsMaintenancebinding" type="tns:IWsMaintenance">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="DeleteTable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#DeleteTable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetError">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetError" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetStoreList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetStoreList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetStoreListAndUnrelated">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetStoreListAndUnrelated" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetExtendedInfoCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetExtendedInfoCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="DeleteExtendedInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#DeleteExtendedInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetIdsFromSQL">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetIdsFromSQL" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="QryCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#QryCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="ExcecuteCommand">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#ExcecuteCommand" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetSTOCK_Products">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetSTOCK_Products" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="DisableMatrixLinkedWithProducts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#DisableMatrixLinkedWithProducts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="DeleteProductsByMatrixCellIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#DeleteProductsByMatrixCellIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="InsertOnDATA_History_Operation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#InsertOnDATA_History_Operation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetUnrelatedAccountDataCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetUnrelatedAccountDataCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="DeleteUnrelatedAccountData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#DeleteUnrelatedAccountData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetRefTables">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetRefTables" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="DeleteTableByName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#DeleteTableByName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="CheckTransaction">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#CheckTransaction" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="GetDeadLockTables">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#GetDeadLockTables" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="SetFKToNull">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#SetFKToNull" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="DeleteHistoryLogData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#DeleteHistoryLogData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
    <operation name="CheckDbOnlineAvailable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsMaintenanceIntf-IWsMaintenance#CheckDbOnlineAvailable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsMaintenanceIntf-IWsMaintenance"/>
      </output>
    </operation>
  </binding>
  <service name="IWsMaintenanceservice">
    <port name="IWsMaintenancePort" binding="tns:IWsMaintenancebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsMaintenance"/>
    </port>
  </service>
</definitions>

