<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBProductMatrixservice" 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:">
  <types>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfString">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <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>
  </types>
  <message name="ActivateByIds0Request">
    <part name="CommaEntityIds" type="xs:string"/>
  </message>
  <message name="ActivateByIds0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AddMatrixDimension1Request">
    <part name="AMatrixDimension" type="ns2:IDOMatrixDimension"/>
    <part name="AName" type="xs:string"/>
    <part name="AType" type="xs:int"/>
  </message>
  <message name="AddMatrixDimension1Response">
    <part name="AMatrixDimension" type="ns2:IDOMatrixDimension"/>
  </message>
  <message name="DisableSheet2Request">
    <part name="ASheetId" type="xs:int"/>
  </message>
  <message name="DisableSheet2Response"/>
  <message name="ReactivateSheet3Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="ReactivateSheet3Response"/>
  <message name="DeleteSheet4Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="DeleteSheet4Response"/>
  <message name="LoadMatrix5Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="LoadMatrix5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="LoadSheet6Request">
    <part name="ASheetId" type="xs:int"/>
    <part name="ALight" type="xs:boolean"/>
    <part name="ACellID" type="ns1:TArrayOfString"/>
  </message>
  <message name="LoadSheet6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="LoadCell7Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="LoadCell7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="SaveMatrix8Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="SaveMatrix8Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMatrixCellCodeAndNameById9Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellCodeAndNameById9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMatrixCellIdByCode10Request">
    <part name="ACode" type="xs:string"/>
  </message>
  <message name="GetMatrixCellIdByCode10Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindMatrixCellIdByCode11Request">
    <part name="ACode" type="xs:string"/>
  </message>
  <message name="FindMatrixCellIdByCode11Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindMatrixCellIdByAdditionalCode12Request">
    <part name="ACode" type="xs:string"/>
  </message>
  <message name="FindMatrixCellIdByAdditionalCode12Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindMatrixCellId13Request">
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="AAttributeSetId" type="xs:int"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="APriceTableId" type="xs:int"/>
  </message>
  <message name="FindMatrixCellId13Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetMatrixCellId14Request">
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="AAttributeSetId" type="xs:int"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="APriceTableId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellId14Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindStoreIdByMatrixSheetId15Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="FindStoreIdByMatrixSheetId15Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="FindMatrixCellCodeById16Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="FindMatrixCellCodeById16Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindMatrixCellIdByCodeAndPrice17Request">
    <part name="ACode" type="xs:string"/>
    <part name="APrice" type="xs:double"/>
  </message>
  <message name="FindMatrixCellIdByCodeAndPrice17Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetMatrixCellIdsByTemplateId18Request">
    <part name="ADocTemplateId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellIdsByTemplateId18Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="FindMatrixCellIdByAK19Request">
    <part name="AMatrixCellAK" type="xs:string"/>
    <part name="AIsActive" type="xs:boolean"/>
  </message>
  <message name="FindMatrixCellIdByAK19Response">
    <part name="AIsActive" type="xs:boolean"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindMatrixCellAKByID20Request">
    <part name="AMatrixCellid" type="xs:int"/>
  </message>
  <message name="FindMatrixCellAKByID20Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ChangeProductSoldSate21Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="ChangeProductSoldSate21Response"/>
  <message name="ReactivateMatrixCells22Request">
    <part name="AMatrixCellIds" type="xs:string"/>
  </message>
  <message name="ReactivateMatrixCells22Response"/>
  <message name="ReactivateMatrixCell23Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="ReactivateMatrixCell23Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="DeactivateMatrixCell24Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="DeactivateMatrixCell24Response"/>
  <message name="GetMatrixCellProductType25Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellProductType25Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="ProductExists26Request">
    <part name="AAttributeSetIDs" type="ns1:TArrayOfInt"/>
    <part name="AMatrixSheetId" type="xs:anyType"/>
  </message>
  <message name="ProductExists26Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetEnabledMatrixCellIDs27Request">
    <part name="AAllowedMatrixSheetIds" type="ns1:TArrayOfInt"/>
    <part name="AAllowedMatrixCellIds" type="ns1:TArrayOfInt"/>
    <part name="AAllowedAttributeIds" type="ns1:TArrayOfInt"/>
    <part name="ADeniedMatrixSheetIds" type="ns1:TArrayOfInt"/>
    <part name="ADeniedMatrixCellIds" type="ns1:TArrayOfInt"/>
    <part name="ADeniedAttributeIds" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetEnabledMatrixCellIDs27Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetEnabledMatrixCellIDs228Request">
    <part name="AAttributeSetIDs" type="ns1:TArrayOfInt"/>
    <part name="APriceListId" type="xs:int"/>
  </message>
  <message name="GetEnabledMatrixCellIDs228Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetEnabledMatrixCellIDs329Request">
    <part name="AAttributeSetIDs" type="ns1:TArrayOfInt"/>
    <part name="AllowedMcIDs" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetEnabledMatrixCellIDs329Response">
    <part name="return" type="ns1:TArrayOfString"/>
  </message>
  <message name="GetEnabledMatrixCellIDs430Request">
    <part name="AAttributeSetIDs" type="ns1:TArrayOfInt"/>
    <part name="AllowedMcIDs" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetEnabledMatrixCellIDs430Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetEnabledMatrixCellIDsEnhanced31Request">
    <part name="AAllowedMatrixSheetIds" type="ns1:TArrayOfInt"/>
    <part name="AAllowedMatrixCellIds" type="ns1:TArrayOfInt"/>
    <part name="AAllowedAttributeIds" type="ns1:TArrayOfInt"/>
    <part name="ADeniedMatrixSheetIds" type="ns1:TArrayOfInt"/>
    <part name="ADeniedMatrixCellIds" type="ns1:TArrayOfInt"/>
    <part name="ADeniedAttributeIds" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetEnabledMatrixCellIDsEnhanced31Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetMatrixCellIDsFromCodeAndStore32Request">
    <part name="AMatrixCellCode" type="xs:string"/>
    <part name="AStoreCode" type="xs:string"/>
  </message>
  <message name="GetMatrixCellIDsFromCodeAndStore32Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetMatrixCellIDsFromMatrixSheetID33Request">
    <part name="AMatrixSheetID" type="xs:int"/>
  </message>
  <message name="GetMatrixCellIDsFromMatrixSheetID33Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="MatrixCellExists34Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="MatrixCellExists34Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MatrixCellExistsByIdAndCode35Request">
    <part name="AMatrixCellId" type="xs:int"/>
    <part name="AMatrixCellCode" type="xs:string"/>
  </message>
  <message name="MatrixCellExistsByIdAndCode35Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetMatrixCellIdFromSaleItemId36Request">
    <part name="ASaleItemId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellIdFromSaleItemId36Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetMatrixCellDataById37Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellDataById37Response">
    <part name="APrice" type="xs:double"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetMatrixCellPriceById38Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellPriceById38Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="GetMatrixCellProductTypeById39Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellProductTypeById39Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetQuickUpgradeInfo40Request">
    <part name="ASourceMatrixCellId" type="xs:int"/>
    <part name="ADestMatrixCellId" type="xs:int"/>
    <part name="QuickUpgradeId" type="xs:int"/>
    <part name="UpgradeChargeType" type="xs:int"/>
    <part name="UpgradeValue" type="xs:double"/>
  </message>
  <message name="GetQuickUpgradeInfo40Response">
    <part name="QuickUpgradeId" type="xs:int"/>
    <part name="UpgradeChargeType" type="xs:int"/>
    <part name="UpgradeValue" type="xs:double"/>
  </message>
  <message name="CalcEffectiveValidity41Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="CalcEffectiveValidity41Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMatrixCellPermissionProperties42Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellPermissionProperties42Response">
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="AAttributeIds" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetAutoRenewMatrixCellId43Request">
    <part name="ASourceMatrixCellId" type="xs:int"/>
    <part name="AAccountBDay" type="ns2:TDate"/>
    <part name="ARenewalPlanSheduledDate" type="ns2:TDate"/>
  </message>
  <message name="GetAutoRenewMatrixCellId43Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetMatrixCellSurveyCategory44Request">
    <part name="aMatrixCellIds" type="ns1:TArrayOfInt"/>
    <part name="aSurveyId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellSurveyCategory44Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetSaleValidityFromDate45Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetSaleValidityFromDate45Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSaleValidityToDate46Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetSaleValidityToDate46Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetStoreStatusFromMatrixCellId47Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetStoreStatusFromMatrixCellId47Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetEventStatusFromMatrixCellId48Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetEventStatusFromMatrixCellId48Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetEventIdFromMatrixCellId49Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetEventIdFromMatrixCellId49Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetFlagDenyChangeAccount50Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetFlagDenyChangeAccount50Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ExistsAdditionalCode51Request">
    <part name="AAdditionalCode" type="xs:string"/>
    <part name="APrice" type="xs:double"/>
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="AMatrixCellId" type="xs:int"/>
    <part name="AProducerId" type="xs:int"/>
    <part name="ACausRidId" type="xs:int"/>
    <part name="ANumPrestMax" type="xs:int"/>
    <part name="AOrdinePosto" type="xs:int"/>
    <part name="ATipoAccesso" type="xs:int"/>
    <part name="ADataLimiteValidita" type="ns2:TDate"/>
    <part name="ErrMatrixSheet" type="xs:string"/>
  </message>
  <message name="ExistsAdditionalCode51Response">
    <part name="ErrMatrixSheet" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsMatrixCellActive52Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="IsMatrixCellActive52Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="UpdateAdditionalCodes53Request">
    <part name="AmatrixSheetId" type="xs:int"/>
  </message>
  <message name="UpdateAdditionalCodes53Response"/>
  <message name="GetMatrixCellIdByAlternativeCode54Request">
    <part name="AAlternativeCode" type="xs:string"/>
    <part name="AMatrixSheetID" type="xs:int"/>
  </message>
  <message name="GetMatrixCellIdByAlternativeCode54Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SaveMatrixExt55Request">
    <part name="AMatrixRootXML" type="xs:string"/>
  </message>
  <message name="SaveMatrixExt55Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="LoadAttributeSelectionItem56Request">
    <part name="ASheetId" type="xs:int"/>
    <part name="APriceListId" type="xs:int"/>
  </message>
  <message name="LoadAttributeSelectionItem56Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMatrixSheetIdByAK57Request">
    <part name="AAK" type="xs:string"/>
  </message>
  <message name="GetMatrixSheetIdByAK57Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DuplicateMatrixSheet58Request">
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="AMatrixSheetName" type="xs:string"/>
  </message>
  <message name="DuplicateMatrixSheet58Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DuplicateMatrixSheetFull59Request">
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="AMatrixSheetName" type="xs:string"/>
  </message>
  <message name="DuplicateMatrixSheetFull59Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetThirdPartyMatrixCells60Request"/>
  <message name="GetThirdPartyMatrixCells60Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPriceType61Request">
    <part name="AMatrixCellAk" type="xs:string"/>
    <part name="aMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetPriceType61Response">
    <part name="aMatrixCellId" type="xs:int"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="Get_CSV_MatrixCellCodeAndDescriptionById62Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="Get_CSV_MatrixCellCodeAndDescriptionById62Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ClearAttributesCache63Request"/>
  <message name="ClearAttributesCache63Response"/>
  <message name="UpdateDatePriceMulti64Request">
    <part name="ACalendarValidityIds" type="ns1:TArrayOfInt"/>
    <part name="AMatrixcellId" type="xs:int"/>
    <part name="APrice" type="xs:double"/>
    <part name="ACalendarId" type="xs:int"/>
  </message>
  <message name="UpdateDatePriceMulti64Response"/>
  <message name="GetQuickUpgradeListByMatrixCellId65Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetQuickUpgradeListByMatrixCellId65Response">
    <part name="return" type="ns2:IShopCartQuickUpgradeList"/>
  </message>
  <message name="GetQuickUpgradeListByTicketId66Request">
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="GetQuickUpgradeListByTicketId66Response">
    <part name="return" type="ns2:IShopCartQuickUpgradeList"/>
  </message>
  <message name="GetIDsQuickUpgradeListByMatrixId67Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetIDsQuickUpgradeListByMatrixId67Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetIDsQuickUpgradeListByTicketId68Request">
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="GetIDsQuickUpgradeListByTicketId68Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetUpgradeVoidUsage69Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetUpgradeVoidUsage69Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAccountDmgCatIdByID70Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetAccountDmgCatIdByID70Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SaveMediaIdentifierImport71Request">
    <part name="AIdentifierCode" type="xs:string"/>
    <part name="AExternalCode" type="xs:string"/>
    <part name="AStatus" type="xs:int"/>
  </message>
  <message name="SaveMediaIdentifierImport71Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetMatrixCellPriceTableId72Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellPriceTableId72Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckMatrixCellAutoRenewById73Request">
    <part name="AMatrixCellIds" type="xs:string"/>
  </message>
  <message name="CheckMatrixCellAutoRenewById73Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetSaleValidityExpiredMcIDs74Request">
    <part name="AMatrixCellIds" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetSaleValidityExpiredMcIDs74Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetStatisticalGroupCodesByIdAndStatisticaGroupParentCode75Request">
    <part name="aMatrixCellId" type="xs:int"/>
    <part name="aParentCode" type="xs:string"/>
  </message>
  <message name="GetStatisticalGroupCodesByIdAndStatisticaGroupParentCode75Response">
    <part name="return" type="ns1:TArrayOfString"/>
  </message>
  <message name="GetTicket2MediaLinkValidity76Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetTicket2MediaLinkValidity76Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetTemplateIdByMatrixCellId77Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetTemplateIdByMatrixCellId77Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetStoreCodeByMatrixCellId78Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetStoreCodeByMatrixCellId78Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSKUByMatrixCellId79Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetSKUByMatrixCellId79Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMaxtrxCellIDsBySKU80Request">
    <part name="ASKU" type="xs:string"/>
  </message>
  <message name="GetMaxtrxCellIDsBySKU80Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="ProductHasQtyStock81Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="ProductHasQtyStock81Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetExtInfoDmgCatIdByMatrixCellId82Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetExtInfoDmgCatIdByMatrixCellId82Response">
    <part name="return" type="xs:int"/>
  </message>
  <portType name="IWsDBProductMatrix">
    <operation name="ActivateByIds">
      <input message="tns:ActivateByIds0Request"/>
      <output message="tns:ActivateByIds0Response"/>
    </operation>
    <operation name="AddMatrixDimension">
      <input message="tns:AddMatrixDimension1Request"/>
      <output message="tns:AddMatrixDimension1Response"/>
    </operation>
    <operation name="DisableSheet">
      <input message="tns:DisableSheet2Request"/>
      <output message="tns:DisableSheet2Response"/>
    </operation>
    <operation name="ReactivateSheet">
      <input message="tns:ReactivateSheet3Request"/>
      <output message="tns:ReactivateSheet3Response"/>
    </operation>
    <operation name="DeleteSheet">
      <input message="tns:DeleteSheet4Request"/>
      <output message="tns:DeleteSheet4Response"/>
    </operation>
    <operation name="LoadMatrix">
      <input message="tns:LoadMatrix5Request"/>
      <output message="tns:LoadMatrix5Response"/>
    </operation>
    <operation name="LoadSheet">
      <input message="tns:LoadSheet6Request"/>
      <output message="tns:LoadSheet6Response"/>
    </operation>
    <operation name="LoadCell">
      <input message="tns:LoadCell7Request"/>
      <output message="tns:LoadCell7Response"/>
    </operation>
    <operation name="SaveMatrix">
      <input message="tns:SaveMatrix8Request"/>
      <output message="tns:SaveMatrix8Response"/>
    </operation>
    <operation name="GetMatrixCellCodeAndNameById">
      <input message="tns:GetMatrixCellCodeAndNameById9Request"/>
      <output message="tns:GetMatrixCellCodeAndNameById9Response"/>
    </operation>
    <operation name="GetMatrixCellIdByCode">
      <input message="tns:GetMatrixCellIdByCode10Request"/>
      <output message="tns:GetMatrixCellIdByCode10Response"/>
    </operation>
    <operation name="FindMatrixCellIdByCode">
      <input message="tns:FindMatrixCellIdByCode11Request"/>
      <output message="tns:FindMatrixCellIdByCode11Response"/>
    </operation>
    <operation name="FindMatrixCellIdByAdditionalCode">
      <input message="tns:FindMatrixCellIdByAdditionalCode12Request"/>
      <output message="tns:FindMatrixCellIdByAdditionalCode12Response"/>
    </operation>
    <operation name="FindMatrixCellId">
      <input message="tns:FindMatrixCellId13Request"/>
      <output message="tns:FindMatrixCellId13Response"/>
    </operation>
    <operation name="GetMatrixCellId">
      <input message="tns:GetMatrixCellId14Request"/>
      <output message="tns:GetMatrixCellId14Response"/>
    </operation>
    <operation name="FindStoreIdByMatrixSheetId">
      <input message="tns:FindStoreIdByMatrixSheetId15Request"/>
      <output message="tns:FindStoreIdByMatrixSheetId15Response"/>
    </operation>
    <operation name="FindMatrixCellCodeById">
      <input message="tns:FindMatrixCellCodeById16Request"/>
      <output message="tns:FindMatrixCellCodeById16Response"/>
    </operation>
    <operation name="FindMatrixCellIdByCodeAndPrice">
      <input message="tns:FindMatrixCellIdByCodeAndPrice17Request"/>
      <output message="tns:FindMatrixCellIdByCodeAndPrice17Response"/>
    </operation>
    <operation name="GetMatrixCellIdsByTemplateId">
      <input message="tns:GetMatrixCellIdsByTemplateId18Request"/>
      <output message="tns:GetMatrixCellIdsByTemplateId18Response"/>
    </operation>
    <operation name="FindMatrixCellIdByAK">
      <input message="tns:FindMatrixCellIdByAK19Request"/>
      <output message="tns:FindMatrixCellIdByAK19Response"/>
    </operation>
    <operation name="FindMatrixCellAKByID">
      <input message="tns:FindMatrixCellAKByID20Request"/>
      <output message="tns:FindMatrixCellAKByID20Response"/>
    </operation>
    <operation name="ChangeProductSoldSate">
      <input message="tns:ChangeProductSoldSate21Request"/>
      <output message="tns:ChangeProductSoldSate21Response"/>
    </operation>
    <operation name="ReactivateMatrixCells">
      <input message="tns:ReactivateMatrixCells22Request"/>
      <output message="tns:ReactivateMatrixCells22Response"/>
    </operation>
    <operation name="ReactivateMatrixCell">
      <input message="tns:ReactivateMatrixCell23Request"/>
      <output message="tns:ReactivateMatrixCell23Response"/>
    </operation>
    <operation name="DeactivateMatrixCell">
      <input message="tns:DeactivateMatrixCell24Request"/>
      <output message="tns:DeactivateMatrixCell24Response"/>
    </operation>
    <operation name="GetMatrixCellProductType">
      <input message="tns:GetMatrixCellProductType25Request"/>
      <output message="tns:GetMatrixCellProductType25Response"/>
    </operation>
    <operation name="ProductExists">
      <input message="tns:ProductExists26Request"/>
      <output message="tns:ProductExists26Response"/>
    </operation>
    <operation name="GetEnabledMatrixCellIDs">
      <input message="tns:GetEnabledMatrixCellIDs27Request"/>
      <output message="tns:GetEnabledMatrixCellIDs27Response"/>
    </operation>
    <operation name="GetEnabledMatrixCellIDs2">
      <input message="tns:GetEnabledMatrixCellIDs228Request"/>
      <output message="tns:GetEnabledMatrixCellIDs228Response"/>
    </operation>
    <operation name="GetEnabledMatrixCellIDs3">
      <input message="tns:GetEnabledMatrixCellIDs329Request"/>
      <output message="tns:GetEnabledMatrixCellIDs329Response"/>
    </operation>
    <operation name="GetEnabledMatrixCellIDs4">
      <input message="tns:GetEnabledMatrixCellIDs430Request"/>
      <output message="tns:GetEnabledMatrixCellIDs430Response"/>
    </operation>
    <operation name="GetEnabledMatrixCellIDsEnhanced">
      <input message="tns:GetEnabledMatrixCellIDsEnhanced31Request"/>
      <output message="tns:GetEnabledMatrixCellIDsEnhanced31Response"/>
    </operation>
    <operation name="GetMatrixCellIDsFromCodeAndStore">
      <input message="tns:GetMatrixCellIDsFromCodeAndStore32Request"/>
      <output message="tns:GetMatrixCellIDsFromCodeAndStore32Response"/>
    </operation>
    <operation name="GetMatrixCellIDsFromMatrixSheetID">
      <input message="tns:GetMatrixCellIDsFromMatrixSheetID33Request"/>
      <output message="tns:GetMatrixCellIDsFromMatrixSheetID33Response"/>
    </operation>
    <operation name="MatrixCellExists">
      <input message="tns:MatrixCellExists34Request"/>
      <output message="tns:MatrixCellExists34Response"/>
    </operation>
    <operation name="MatrixCellExistsByIdAndCode">
      <input message="tns:MatrixCellExistsByIdAndCode35Request"/>
      <output message="tns:MatrixCellExistsByIdAndCode35Response"/>
    </operation>
    <operation name="GetMatrixCellIdFromSaleItemId">
      <input message="tns:GetMatrixCellIdFromSaleItemId36Request"/>
      <output message="tns:GetMatrixCellIdFromSaleItemId36Response"/>
    </operation>
    <operation name="GetMatrixCellDataById">
      <input message="tns:GetMatrixCellDataById37Request"/>
      <output message="tns:GetMatrixCellDataById37Response"/>
    </operation>
    <operation name="GetMatrixCellPriceById">
      <input message="tns:GetMatrixCellPriceById38Request"/>
      <output message="tns:GetMatrixCellPriceById38Response"/>
    </operation>
    <operation name="GetMatrixCellProductTypeById">
      <input message="tns:GetMatrixCellProductTypeById39Request"/>
      <output message="tns:GetMatrixCellProductTypeById39Response"/>
    </operation>
    <operation name="GetQuickUpgradeInfo">
      <input message="tns:GetQuickUpgradeInfo40Request"/>
      <output message="tns:GetQuickUpgradeInfo40Response"/>
    </operation>
    <operation name="CalcEffectiveValidity">
      <input message="tns:CalcEffectiveValidity41Request"/>
      <output message="tns:CalcEffectiveValidity41Response"/>
    </operation>
    <operation name="GetMatrixCellPermissionProperties">
      <input message="tns:GetMatrixCellPermissionProperties42Request"/>
      <output message="tns:GetMatrixCellPermissionProperties42Response"/>
    </operation>
    <operation name="GetAutoRenewMatrixCellId">
      <input message="tns:GetAutoRenewMatrixCellId43Request"/>
      <output message="tns:GetAutoRenewMatrixCellId43Response"/>
    </operation>
    <operation name="GetMatrixCellSurveyCategory">
      <input message="tns:GetMatrixCellSurveyCategory44Request"/>
      <output message="tns:GetMatrixCellSurveyCategory44Response"/>
    </operation>
    <operation name="GetSaleValidityFromDate">
      <input message="tns:GetSaleValidityFromDate45Request"/>
      <output message="tns:GetSaleValidityFromDate45Response"/>
    </operation>
    <operation name="GetSaleValidityToDate">
      <input message="tns:GetSaleValidityToDate46Request"/>
      <output message="tns:GetSaleValidityToDate46Response"/>
    </operation>
    <operation name="GetStoreStatusFromMatrixCellId">
      <input message="tns:GetStoreStatusFromMatrixCellId47Request"/>
      <output message="tns:GetStoreStatusFromMatrixCellId47Response"/>
    </operation>
    <operation name="GetEventStatusFromMatrixCellId">
      <input message="tns:GetEventStatusFromMatrixCellId48Request"/>
      <output message="tns:GetEventStatusFromMatrixCellId48Response"/>
    </operation>
    <operation name="GetEventIdFromMatrixCellId">
      <input message="tns:GetEventIdFromMatrixCellId49Request"/>
      <output message="tns:GetEventIdFromMatrixCellId49Response"/>
    </operation>
    <operation name="GetFlagDenyChangeAccount">
      <input message="tns:GetFlagDenyChangeAccount50Request"/>
      <output message="tns:GetFlagDenyChangeAccount50Response"/>
    </operation>
    <operation name="ExistsAdditionalCode">
      <input message="tns:ExistsAdditionalCode51Request"/>
      <output message="tns:ExistsAdditionalCode51Response"/>
    </operation>
    <operation name="IsMatrixCellActive">
      <input message="tns:IsMatrixCellActive52Request"/>
      <output message="tns:IsMatrixCellActive52Response"/>
    </operation>
    <operation name="UpdateAdditionalCodes">
      <input message="tns:UpdateAdditionalCodes53Request"/>
      <output message="tns:UpdateAdditionalCodes53Response"/>
    </operation>
    <operation name="GetMatrixCellIdByAlternativeCode">
      <input message="tns:GetMatrixCellIdByAlternativeCode54Request"/>
      <output message="tns:GetMatrixCellIdByAlternativeCode54Response"/>
    </operation>
    <operation name="SaveMatrixExt">
      <input message="tns:SaveMatrixExt55Request"/>
      <output message="tns:SaveMatrixExt55Response"/>
    </operation>
    <operation name="LoadAttributeSelectionItem">
      <input message="tns:LoadAttributeSelectionItem56Request"/>
      <output message="tns:LoadAttributeSelectionItem56Response"/>
    </operation>
    <operation name="GetMatrixSheetIdByAK">
      <input message="tns:GetMatrixSheetIdByAK57Request"/>
      <output message="tns:GetMatrixSheetIdByAK57Response"/>
    </operation>
    <operation name="DuplicateMatrixSheet">
      <input message="tns:DuplicateMatrixSheet58Request"/>
      <output message="tns:DuplicateMatrixSheet58Response"/>
    </operation>
    <operation name="DuplicateMatrixSheetFull">
      <input message="tns:DuplicateMatrixSheetFull59Request"/>
      <output message="tns:DuplicateMatrixSheetFull59Response"/>
    </operation>
    <operation name="GetThirdPartyMatrixCells">
      <input message="tns:GetThirdPartyMatrixCells60Request"/>
      <output message="tns:GetThirdPartyMatrixCells60Response"/>
    </operation>
    <operation name="GetPriceType">
      <input message="tns:GetPriceType61Request"/>
      <output message="tns:GetPriceType61Response"/>
    </operation>
    <operation name="Get_CSV_MatrixCellCodeAndDescriptionById">
      <input message="tns:Get_CSV_MatrixCellCodeAndDescriptionById62Request"/>
      <output message="tns:Get_CSV_MatrixCellCodeAndDescriptionById62Response"/>
    </operation>
    <operation name="ClearAttributesCache">
      <input message="tns:ClearAttributesCache63Request"/>
      <output message="tns:ClearAttributesCache63Response"/>
    </operation>
    <operation name="UpdateDatePriceMulti">
      <input message="tns:UpdateDatePriceMulti64Request"/>
      <output message="tns:UpdateDatePriceMulti64Response"/>
    </operation>
    <operation name="GetQuickUpgradeListByMatrixCellId">
      <input message="tns:GetQuickUpgradeListByMatrixCellId65Request"/>
      <output message="tns:GetQuickUpgradeListByMatrixCellId65Response"/>
    </operation>
    <operation name="GetQuickUpgradeListByTicketId">
      <input message="tns:GetQuickUpgradeListByTicketId66Request"/>
      <output message="tns:GetQuickUpgradeListByTicketId66Response"/>
    </operation>
    <operation name="GetIDsQuickUpgradeListByMatrixId">
      <input message="tns:GetIDsQuickUpgradeListByMatrixId67Request"/>
      <output message="tns:GetIDsQuickUpgradeListByMatrixId67Response"/>
    </operation>
    <operation name="GetIDsQuickUpgradeListByTicketId">
      <input message="tns:GetIDsQuickUpgradeListByTicketId68Request"/>
      <output message="tns:GetIDsQuickUpgradeListByTicketId68Response"/>
    </operation>
    <operation name="GetUpgradeVoidUsage">
      <input message="tns:GetUpgradeVoidUsage69Request"/>
      <output message="tns:GetUpgradeVoidUsage69Response"/>
    </operation>
    <operation name="GetAccountDmgCatIdByID">
      <input message="tns:GetAccountDmgCatIdByID70Request"/>
      <output message="tns:GetAccountDmgCatIdByID70Response"/>
    </operation>
    <operation name="SaveMediaIdentifierImport">
      <input message="tns:SaveMediaIdentifierImport71Request"/>
      <output message="tns:SaveMediaIdentifierImport71Response"/>
    </operation>
    <operation name="GetMatrixCellPriceTableId">
      <input message="tns:GetMatrixCellPriceTableId72Request"/>
      <output message="tns:GetMatrixCellPriceTableId72Response"/>
    </operation>
    <operation name="CheckMatrixCellAutoRenewById">
      <input message="tns:CheckMatrixCellAutoRenewById73Request"/>
      <output message="tns:CheckMatrixCellAutoRenewById73Response"/>
    </operation>
    <operation name="GetSaleValidityExpiredMcIDs">
      <input message="tns:GetSaleValidityExpiredMcIDs74Request"/>
      <output message="tns:GetSaleValidityExpiredMcIDs74Response"/>
    </operation>
    <operation name="GetStatisticalGroupCodesByIdAndStatisticaGroupParentCode">
      <input message="tns:GetStatisticalGroupCodesByIdAndStatisticaGroupParentCode75Request"/>
      <output message="tns:GetStatisticalGroupCodesByIdAndStatisticaGroupParentCode75Response"/>
    </operation>
    <operation name="GetTicket2MediaLinkValidity">
      <input message="tns:GetTicket2MediaLinkValidity76Request"/>
      <output message="tns:GetTicket2MediaLinkValidity76Response"/>
    </operation>
    <operation name="GetTemplateIdByMatrixCellId">
      <input message="tns:GetTemplateIdByMatrixCellId77Request"/>
      <output message="tns:GetTemplateIdByMatrixCellId77Response"/>
    </operation>
    <operation name="GetStoreCodeByMatrixCellId">
      <input message="tns:GetStoreCodeByMatrixCellId78Request"/>
      <output message="tns:GetStoreCodeByMatrixCellId78Response"/>
    </operation>
    <operation name="GetSKUByMatrixCellId">
      <input message="tns:GetSKUByMatrixCellId79Request"/>
      <output message="tns:GetSKUByMatrixCellId79Response"/>
    </operation>
    <operation name="GetMaxtrxCellIDsBySKU">
      <input message="tns:GetMaxtrxCellIDsBySKU80Request"/>
      <output message="tns:GetMaxtrxCellIDsBySKU80Response"/>
    </operation>
    <operation name="ProductHasQtyStock">
      <input message="tns:ProductHasQtyStock81Request"/>
      <output message="tns:ProductHasQtyStock81Response"/>
    </operation>
    <operation name="GetExtInfoDmgCatIdByMatrixCellId">
      <input message="tns:GetExtInfoDmgCatIdByMatrixCellId82Request"/>
      <output message="tns:GetExtInfoDmgCatIdByMatrixCellId82Response"/>
    </operation>
  </portType>
  <binding name="IWsDBProductMatrixbinding" type="tns:IWsDBProductMatrix">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="ActivateByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ActivateByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="AddMatrixDimension">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#AddMatrixDimension" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="DisableSheet">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#DisableSheet" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ReactivateSheet">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ReactivateSheet" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="DeleteSheet">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#DeleteSheet" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="LoadMatrix">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#LoadMatrix" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="LoadSheet">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#LoadSheet" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="LoadCell">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#LoadCell" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="SaveMatrix">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#SaveMatrix" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellCodeAndNameById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellCodeAndNameById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellIdByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellIdByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindMatrixCellIdByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindMatrixCellIdByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindMatrixCellIdByAdditionalCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindMatrixCellIdByAdditionalCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindStoreIdByMatrixSheetId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindStoreIdByMatrixSheetId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindMatrixCellCodeById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindMatrixCellCodeById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindMatrixCellIdByCodeAndPrice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindMatrixCellIdByCodeAndPrice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellIdsByTemplateId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellIdsByTemplateId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindMatrixCellIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindMatrixCellIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="FindMatrixCellAKByID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#FindMatrixCellAKByID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ChangeProductSoldSate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ChangeProductSoldSate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ReactivateMatrixCells">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ReactivateMatrixCells" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ReactivateMatrixCell">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ReactivateMatrixCell" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="DeactivateMatrixCell">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#DeactivateMatrixCell" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellProductType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellProductType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ProductExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ProductExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetEnabledMatrixCellIDs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetEnabledMatrixCellIDs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetEnabledMatrixCellIDs2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetEnabledMatrixCellIDs2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetEnabledMatrixCellIDs3">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetEnabledMatrixCellIDs3" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetEnabledMatrixCellIDs4">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetEnabledMatrixCellIDs4" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetEnabledMatrixCellIDsEnhanced">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetEnabledMatrixCellIDsEnhanced" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellIDsFromCodeAndStore">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellIDsFromCodeAndStore" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellIDsFromMatrixSheetID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellIDsFromMatrixSheetID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="MatrixCellExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#MatrixCellExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="MatrixCellExistsByIdAndCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#MatrixCellExistsByIdAndCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellIdFromSaleItemId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellIdFromSaleItemId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellDataById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellPriceById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellPriceById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellProductTypeById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellProductTypeById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetQuickUpgradeInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetQuickUpgradeInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="CalcEffectiveValidity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#CalcEffectiveValidity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellPermissionProperties">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellPermissionProperties" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetAutoRenewMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetAutoRenewMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellSurveyCategory">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellSurveyCategory" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetSaleValidityFromDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetSaleValidityFromDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetSaleValidityToDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetSaleValidityToDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetStoreStatusFromMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetStoreStatusFromMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetEventStatusFromMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetEventStatusFromMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetEventIdFromMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetEventIdFromMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetFlagDenyChangeAccount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetFlagDenyChangeAccount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ExistsAdditionalCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ExistsAdditionalCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="IsMatrixCellActive">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#IsMatrixCellActive" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="UpdateAdditionalCodes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#UpdateAdditionalCodes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellIdByAlternativeCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellIdByAlternativeCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="SaveMatrixExt">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#SaveMatrixExt" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="LoadAttributeSelectionItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#LoadAttributeSelectionItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixSheetIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixSheetIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="DuplicateMatrixSheet">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#DuplicateMatrixSheet" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="DuplicateMatrixSheetFull">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#DuplicateMatrixSheetFull" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetThirdPartyMatrixCells">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetThirdPartyMatrixCells" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetPriceType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetPriceType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="Get_CSV_MatrixCellCodeAndDescriptionById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#Get_CSV_MatrixCellCodeAndDescriptionById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ClearAttributesCache">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ClearAttributesCache" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="UpdateDatePriceMulti">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#UpdateDatePriceMulti" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetQuickUpgradeListByMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetQuickUpgradeListByMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetQuickUpgradeListByTicketId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetQuickUpgradeListByTicketId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetIDsQuickUpgradeListByMatrixId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetIDsQuickUpgradeListByMatrixId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetIDsQuickUpgradeListByTicketId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetIDsQuickUpgradeListByTicketId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetUpgradeVoidUsage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetUpgradeVoidUsage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetAccountDmgCatIdByID">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetAccountDmgCatIdByID" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="SaveMediaIdentifierImport">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#SaveMediaIdentifierImport" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMatrixCellPriceTableId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMatrixCellPriceTableId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="CheckMatrixCellAutoRenewById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#CheckMatrixCellAutoRenewById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetSaleValidityExpiredMcIDs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetSaleValidityExpiredMcIDs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetStatisticalGroupCodesByIdAndStatisticaGroupParentCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetStatisticalGroupCodesByIdAndStatisticaGroupParentCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetTicket2MediaLinkValidity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetTicket2MediaLinkValidity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetTemplateIdByMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetTemplateIdByMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetStoreCodeByMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetStoreCodeByMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetSKUByMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetSKUByMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetMaxtrxCellIDsBySKU">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetMaxtrxCellIDsBySKU" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="ProductHasQtyStock">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#ProductHasQtyStock" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
    <operation name="GetExtInfoDmgCatIdByMatrixCellId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBProductMatrixIntf-IWsDBProductMatrix#GetExtInfoDmgCatIdByMatrixCellId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBProductMatrixIntf-IWsDBProductMatrix"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBProductMatrixservice">
    <port name="IWsDBProductMatrixPort" binding="tns:IWsDBProductMatrixbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsDBProductMatrix"/>
    </port>
  </service>
</definitions>

