<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBStatisticalGroupservice" 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:WsCustomEditIntf">
  <types>
    <xs:schema targetNamespace="urn:WsCustomEditIntf" xmlns="urn:WsCustomEditIntf">
      <xs:simpleType name="TWsEditTransType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ottOneTrans"/>
          <xs:enumeration value="ottOneForEach"/>
          <xs:enumeration value="ottMockTransaction"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="GetDataById0Request">
    <part name="aId" type="xs:string"/>
  </message>
  <message name="GetDataById0Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByIds1Request">
    <part name="aIds" type="xs:string"/>
  </message>
  <message name="GetDataByIds1Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByParams2Request">
    <part name="aParams" type="xs:string"/>
  </message>
  <message name="GetDataByParams2Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNewObjectDefault3Request"/>
  <message name="GetNewObjectDefault3Response">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Request">
    <part name="aTransactionType" type="ns1:TWsEditTransType"/>
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="ApplyChanges25Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="ApplyChanges25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Request">
    <part name="AId" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDataAll7Request"/>
  <message name="GetDataAll7Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Validate8Request">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="Validate8Response">
    <part name="aErrorId" type="xs:int"/>
    <part name="aErrorMessage" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ProcessValidity9Request">
    <part name="AXML" type="xs:string"/>
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="ProcessValidity9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="IsCategoryUsed10Request">
    <part name="AId" type="xs:int"/>
  </message>
  <message name="IsCategoryUsed10Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ApplyChangesExt11Request">
    <part name="AStatisticalGroupXML" type="xs:string"/>
    <part name="ADmgDataXML" type="xs:string"/>
  </message>
  <message name="ApplyChangesExt11Response">
    <part name="AStatisticalGroupXML" type="xs:string"/>
    <part name="ADmgDataXML" type="xs:string"/>
  </message>
  <message name="GetStatisticalGroupIdByAK12Request">
    <part name="AStatisticalGroupAK" type="xs:string"/>
  </message>
  <message name="GetStatisticalGroupIdByAK12Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetFirstStatisticalGroupCodeAndAkByMatrixCellAk13Request">
    <part name="AMatrixCellAk" type="xs:string"/>
    <part name="AStatisticalGroupAK" type="xs:string"/>
    <part name="AStatisticalGroupCode" type="xs:string"/>
    <part name="AIsExpo" type="xs:boolean"/>
  </message>
  <message name="GetFirstStatisticalGroupCodeAndAkByMatrixCellAk13Response">
    <part name="AStatisticalGroupAK" type="xs:string"/>
    <part name="AStatisticalGroupCode" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAllData14Request">
    <part name="Axml" type="xs:string"/>
  </message>
  <message name="GetAllData14Response">
    <part name="Axml" type="xs:string"/>
  </message>
  <message name="GetAllActive15Request"/>
  <message name="GetAllActive15Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetDaysReservationLimit16Request">
    <part name="AStatisticalGroupId" type="xs:int"/>
  </message>
  <message name="GetDaysReservationLimit16Response">
    <part name="AMaxDaysAfterCreationTickets" type="xs:int"/>
  </message>
  <portType name="IWsDBStatisticalGroup">
    <operation name="GetDataById">
      <input message="tns:GetDataById0Request"/>
      <output message="tns:GetDataById0Response"/>
    </operation>
    <operation name="GetDataByIds">
      <input message="tns:GetDataByIds1Request"/>
      <output message="tns:GetDataByIds1Response"/>
    </operation>
    <operation name="GetDataByParams">
      <input message="tns:GetDataByParams2Request"/>
      <output message="tns:GetDataByParams2Response"/>
    </operation>
    <operation name="GetNewObjectDefault">
      <input message="tns:GetNewObjectDefault3Request"/>
      <output message="tns:GetNewObjectDefault3Response"/>
    </operation>
    <operation name="ApplyChanges">
      <input message="tns:ApplyChanges4Request"/>
      <output message="tns:ApplyChanges4Response"/>
    </operation>
    <operation name="ApplyChanges2">
      <input message="tns:ApplyChanges25Request"/>
      <output message="tns:ApplyChanges25Response"/>
    </operation>
    <operation name="GetRootWithSchema">
      <input message="tns:GetRootWithSchema6Request"/>
      <output message="tns:GetRootWithSchema6Response"/>
    </operation>
    <operation name="GetDataAll">
      <input message="tns:GetDataAll7Request"/>
      <output message="tns:GetDataAll7Response"/>
    </operation>
    <operation name="Validate">
      <input message="tns:Validate8Request"/>
      <output message="tns:Validate8Response"/>
    </operation>
    <operation name="ProcessValidity">
      <input message="tns:ProcessValidity9Request"/>
      <output message="tns:ProcessValidity9Response"/>
    </operation>
    <operation name="IsCategoryUsed">
      <input message="tns:IsCategoryUsed10Request"/>
      <output message="tns:IsCategoryUsed10Response"/>
    </operation>
    <operation name="ApplyChangesExt">
      <input message="tns:ApplyChangesExt11Request"/>
      <output message="tns:ApplyChangesExt11Response"/>
    </operation>
    <operation name="GetStatisticalGroupIdByAK">
      <input message="tns:GetStatisticalGroupIdByAK12Request"/>
      <output message="tns:GetStatisticalGroupIdByAK12Response"/>
    </operation>
    <operation name="GetFirstStatisticalGroupCodeAndAkByMatrixCellAk">
      <input message="tns:GetFirstStatisticalGroupCodeAndAkByMatrixCellAk13Request"/>
      <output message="tns:GetFirstStatisticalGroupCodeAndAkByMatrixCellAk13Response"/>
    </operation>
    <operation name="GetAllData">
      <input message="tns:GetAllData14Request"/>
      <output message="tns:GetAllData14Response"/>
    </operation>
    <operation name="GetAllActive">
      <input message="tns:GetAllActive15Request"/>
      <output message="tns:GetAllActive15Response"/>
    </operation>
    <operation name="GetDaysReservationLimit">
      <input message="tns:GetDaysReservationLimit16Request"/>
      <output message="tns:GetDaysReservationLimit16Response"/>
    </operation>
  </portType>
  <binding name="IWsDBStatisticalGroupbinding" type="tns:IWsDBStatisticalGroup">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetDataById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="ProcessValidity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#ProcessValidity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="IsCategoryUsed">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#IsCategoryUsed" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="ApplyChangesExt">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#ApplyChangesExt" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetStatisticalGroupIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetStatisticalGroupIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetFirstStatisticalGroupCodeAndAkByMatrixCellAk">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetFirstStatisticalGroupCodeAndAkByMatrixCellAk" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetAllData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetAllData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetAllActive">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetAllActive" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
    <operation name="GetDaysReservationLimit">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup#GetDaysReservationLimit" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBStatisticalGroupIntf-IWsDBStatisticalGroup"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBStatisticalGroupservice">
    <port name="IWsDBStatisticalGroupPort" binding="tns:IWsDBStatisticalGroupbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsDBStatisticalGroup"/>
    </port>
  </service>
</definitions>

