<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBEventservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:WsCustomEditIntf" xmlns:ns2="urn:OtnSysUtils" xmlns:ns3="urn:">
  <types>
    <xs:schema targetNamespace="urn:WsCustomEditIntf" xmlns="urn:WsCustomEditIntf">
      <xs:simpleType name="TWsEditTransType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ottOneTrans"/>
          <xs:enumeration value="ottOneForEach"/>
          <xs:enumeration value="ottMockTransaction"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfInt">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="TArrayOfEvents">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns3:TEventRecord[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <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:schema>
  </types>
  <message name="GetDataById0Request">
    <part name="aId" type="xs:string"/>
  </message>
  <message name="GetDataById0Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByIds1Request">
    <part name="aIds" type="xs:string"/>
  </message>
  <message name="GetDataByIds1Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByParams2Request">
    <part name="aParams" type="xs:string"/>
  </message>
  <message name="GetDataByParams2Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNewObjectDefault3Request"/>
  <message name="GetNewObjectDefault3Response">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Request">
    <part name="aTransactionType" type="ns1:TWsEditTransType"/>
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="ApplyChanges25Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="ApplyChanges25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Request">
    <part name="AId" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDataAll7Request"/>
  <message name="GetDataAll7Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Validate8Request">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="Validate8Response">
    <part name="aErrorId" type="xs:int"/>
    <part name="aErrorMessage" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ApplyChangesExt9Request">
    <part name="AEventXML" type="xs:string"/>
    <part name="ADmgXML" type="xs:string"/>
    <part name="AProductMatrixXML" type="xs:string"/>
    <part name="AOperatingAreaIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="ApplyChangesExt9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetParentId10Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetParentId10Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetEventDefaultValues11Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventDefaultValues11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventAK12Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventAK12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventType13Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventType13Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateNewEventWizard14Request">
    <part name="AXmlData" type="xs:string"/>
  </message>
  <message name="CreateNewEventWizard14Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetTotalPerformanceNumber15Request">
    <part name="AEventId" type="xs:int"/>
    <part name="AFrom" type="xs:dateTime"/>
    <part name="ATo" type="xs:dateTime"/>
  </message>
  <message name="GetTotalPerformanceNumber15Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetEventStartEndDate16Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventStartEndDate16Response">
    <part name="StartDate" type="xs:double"/>
    <part name="EndDate" type="xs:double"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetEventNameStartEndDate17Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventNameStartEndDate17Response">
    <part name="AEventName" type="xs:string"/>
    <part name="AStartDate" type="xs:double"/>
    <part name="AEndDate" type="xs:double"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetTodayEventAvailability18Request">
    <part name="AEventId" type="xs:int"/>
    <part name="AShowOnlySpacesCurrentlyAvailable" type="xs:boolean"/>
    <part name="ATemp_SeatCategoryIds" type="xs:string"/>
    <part name="ATemp_SpaceStructureIds" type="xs:string"/>
  </message>
  <message name="GetTodayEventAvailability18Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventsWithDmgCategoryId19Request"/>
  <message name="GetEventsWithDmgCategoryId19Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="Setperformance20Request">
    <part name="AEvent" type="xs:int"/>
    <part name="AType" type="xs:int"/>
  </message>
  <message name="Setperformance20Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="FindEventIdByCode21Request">
    <part name="AEventCode" type="xs:string"/>
  </message>
  <message name="FindEventIdByCode21Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindEventByAK22Request">
    <part name="AEventAk" type="xs:string"/>
  </message>
  <message name="FindEventByAK22Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindEventIDsByAccountAK23Request">
    <part name="AAccountAK" type="xs:string"/>
  </message>
  <message name="FindEventIDsByAccountAK23Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetEventName24Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventName24Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventCode25Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventCode25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventDmgData26Request">
    <part name="AEventId" type="xs:int"/>
    <part name="AObjType" type="xs:int"/>
    <part name="ALanguageId" type="xs:int"/>
  </message>
  <message name="GetEventDmgData26Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventIdByPerfId27Request">
    <part name="APerfId" type="xs:int"/>
  </message>
  <message name="GetEventIdByPerfId27Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetEventIdByPerfAK28Request">
    <part name="APerfAK" type="xs:string"/>
  </message>
  <message name="GetEventIdByPerfAK28Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetEventProductsbyTVMEvent29Request">
    <part name="SelectedLanguageId" type="xs:int"/>
    <part name="EventId" type="xs:int"/>
    <part name="PriceTableId" type="xs:int"/>
    <part name="PerformanceId" type="xs:int"/>
  </message>
  <message name="GetEventProductsbyTVMEvent29Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetEventPricesForTVMEvent30Request">
    <part name="SelectedLanguageId" type="xs:int"/>
    <part name="EventId" type="xs:int"/>
    <part name="PriceTableId" type="xs:int"/>
    <part name="PerformanceId" type="xs:int"/>
  </message>
  <message name="GetEventPricesForTVMEvent30Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetEventAKByMatrixSheetId31Request">
    <part name="AMatrixSheetId" type="xs:int"/>
  </message>
  <message name="GetEventAKByMatrixSheetId31Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetProductsTVM32Request">
    <part name="AMAtrixCellIds" type="ns2:TArrayOfInt"/>
    <part name="SelectedLanguageId" type="xs:int"/>
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetProductsTVM32Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetSaleRestrictionIdByPerfId33Request">
    <part name="APerfId" type="xs:int"/>
  </message>
  <message name="GetSaleRestrictionIdByPerfId33Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAllowNotification34Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetAllowNotification34Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetBlockPerformanceOnSale35Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetBlockPerformanceOnSale35Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetRouteByEventId36Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetRouteByEventId36Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="Get_CSV_EventCodeAndNameById37Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="Get_CSV_EventCodeAndNameById37Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventListForFrictionLess38Request">
    <part name="aArr" type="ns2:TArrayOfInt"/>
    <part name="aEventList" type="ns2:TArrayOfEvents"/>
  </message>
  <message name="GetEventListForFrictionLess38Response">
    <part name="aEventList" type="ns2:TArrayOfEvents"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetEventXMLById39Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventXMLById39Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDmgCategoryId40Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetDmgCategoryId40Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="IsParentEvent41Request">
    <part name="AEventAK" type="xs:string"/>
  </message>
  <message name="IsParentEvent41Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CreateEvent42Request">
    <part name="AEventData" type="ns3:TEventData"/>
    <part name="ACategoriesRoot" type="xs:string"/>
  </message>
  <message name="CreateEvent42Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdateEvent43Request">
    <part name="AEventAK" type="xs:string"/>
    <part name="AEventData" type="ns3:TEventData"/>
    <part name="ACategoriesRoot" type="xs:string"/>
  </message>
  <message name="UpdateEvent43Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEventLocationAndAdmProfile44Request">
    <part name="AEventId" type="xs:int"/>
  </message>
  <message name="GetEventLocationAndAdmProfile44Response">
    <part name="ALocationId" type="xs:int"/>
    <part name="AAdmissionProfileId" type="xs:int"/>
  </message>
  <message name="GetDistinctPriceTableByEventId45Request">
    <part name="EventId" type="xs:int"/>
  </message>
  <message name="GetDistinctPriceTableByEventId45Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetEventExternalCodeAndAK46Request">
    <part name="AExternalCodeIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetEventExternalCodeAndAK46Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetEventIntegrationTypeId47Request">
    <part name="aEventId" type="xs:int"/>
    <part name="AIsVivaDotComEvent" type="xs:boolean"/>
  </message>
  <message name="GetEventIntegrationTypeId47Response">
    <part name="AIsVivaDotComEvent" type="xs:boolean"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="SendVivaDotComTriggers48Request">
    <part name="AEventId" type="xs:int"/>
    <part name="AIsVivaDotComEvent" type="xs:boolean"/>
    <part name="AForceSendOnlyEventTrigger" type="xs:boolean"/>
  </message>
  <message name="SendVivaDotComTriggers48Response"/>
  <portType name="IWsDBEvent">
    <operation name="GetDataById">
      <input message="tns:GetDataById0Request"/>
      <output message="tns:GetDataById0Response"/>
    </operation>
    <operation name="GetDataByIds">
      <input message="tns:GetDataByIds1Request"/>
      <output message="tns:GetDataByIds1Response"/>
    </operation>
    <operation name="GetDataByParams">
      <input message="tns:GetDataByParams2Request"/>
      <output message="tns:GetDataByParams2Response"/>
    </operation>
    <operation name="GetNewObjectDefault">
      <input message="tns:GetNewObjectDefault3Request"/>
      <output message="tns:GetNewObjectDefault3Response"/>
    </operation>
    <operation name="ApplyChanges">
      <input message="tns:ApplyChanges4Request"/>
      <output message="tns:ApplyChanges4Response"/>
    </operation>
    <operation name="ApplyChanges2">
      <input message="tns:ApplyChanges25Request"/>
      <output message="tns:ApplyChanges25Response"/>
    </operation>
    <operation name="GetRootWithSchema">
      <input message="tns:GetRootWithSchema6Request"/>
      <output message="tns:GetRootWithSchema6Response"/>
    </operation>
    <operation name="GetDataAll">
      <input message="tns:GetDataAll7Request"/>
      <output message="tns:GetDataAll7Response"/>
    </operation>
    <operation name="Validate">
      <input message="tns:Validate8Request"/>
      <output message="tns:Validate8Response"/>
    </operation>
    <operation name="ApplyChangesExt">
      <input message="tns:ApplyChangesExt9Request"/>
      <output message="tns:ApplyChangesExt9Response"/>
    </operation>
    <operation name="GetParentId">
      <input message="tns:GetParentId10Request"/>
      <output message="tns:GetParentId10Response"/>
    </operation>
    <operation name="GetEventDefaultValues">
      <input message="tns:GetEventDefaultValues11Request"/>
      <output message="tns:GetEventDefaultValues11Response"/>
    </operation>
    <operation name="GetEventAK">
      <input message="tns:GetEventAK12Request"/>
      <output message="tns:GetEventAK12Response"/>
    </operation>
    <operation name="GetEventType">
      <input message="tns:GetEventType13Request"/>
      <output message="tns:GetEventType13Response"/>
    </operation>
    <operation name="CreateNewEventWizard">
      <input message="tns:CreateNewEventWizard14Request"/>
      <output message="tns:CreateNewEventWizard14Response"/>
    </operation>
    <operation name="GetTotalPerformanceNumber">
      <input message="tns:GetTotalPerformanceNumber15Request"/>
      <output message="tns:GetTotalPerformanceNumber15Response"/>
    </operation>
    <operation name="GetEventStartEndDate">
      <input message="tns:GetEventStartEndDate16Request"/>
      <output message="tns:GetEventStartEndDate16Response"/>
    </operation>
    <operation name="GetEventNameStartEndDate">
      <input message="tns:GetEventNameStartEndDate17Request"/>
      <output message="tns:GetEventNameStartEndDate17Response"/>
    </operation>
    <operation name="GetTodayEventAvailability">
      <input message="tns:GetTodayEventAvailability18Request"/>
      <output message="tns:GetTodayEventAvailability18Response"/>
    </operation>
    <operation name="GetEventsWithDmgCategoryId">
      <input message="tns:GetEventsWithDmgCategoryId19Request"/>
      <output message="tns:GetEventsWithDmgCategoryId19Response"/>
    </operation>
    <operation name="Setperformance">
      <input message="tns:Setperformance20Request"/>
      <output message="tns:Setperformance20Response"/>
    </operation>
    <operation name="FindEventIdByCode">
      <input message="tns:FindEventIdByCode21Request"/>
      <output message="tns:FindEventIdByCode21Response"/>
    </operation>
    <operation name="FindEventByAK">
      <input message="tns:FindEventByAK22Request"/>
      <output message="tns:FindEventByAK22Response"/>
    </operation>
    <operation name="FindEventIDsByAccountAK">
      <input message="tns:FindEventIDsByAccountAK23Request"/>
      <output message="tns:FindEventIDsByAccountAK23Response"/>
    </operation>
    <operation name="GetEventName">
      <input message="tns:GetEventName24Request"/>
      <output message="tns:GetEventName24Response"/>
    </operation>
    <operation name="GetEventCode">
      <input message="tns:GetEventCode25Request"/>
      <output message="tns:GetEventCode25Response"/>
    </operation>
    <operation name="GetEventDmgData">
      <input message="tns:GetEventDmgData26Request"/>
      <output message="tns:GetEventDmgData26Response"/>
    </operation>
    <operation name="GetEventIdByPerfId">
      <input message="tns:GetEventIdByPerfId27Request"/>
      <output message="tns:GetEventIdByPerfId27Response"/>
    </operation>
    <operation name="GetEventIdByPerfAK">
      <input message="tns:GetEventIdByPerfAK28Request"/>
      <output message="tns:GetEventIdByPerfAK28Response"/>
    </operation>
    <operation name="GetEventProductsbyTVMEvent">
      <input message="tns:GetEventProductsbyTVMEvent29Request"/>
      <output message="tns:GetEventProductsbyTVMEvent29Response"/>
    </operation>
    <operation name="GetEventPricesForTVMEvent">
      <input message="tns:GetEventPricesForTVMEvent30Request"/>
      <output message="tns:GetEventPricesForTVMEvent30Response"/>
    </operation>
    <operation name="GetEventAKByMatrixSheetId">
      <input message="tns:GetEventAKByMatrixSheetId31Request"/>
      <output message="tns:GetEventAKByMatrixSheetId31Response"/>
    </operation>
    <operation name="GetProductsTVM">
      <input message="tns:GetProductsTVM32Request"/>
      <output message="tns:GetProductsTVM32Response"/>
    </operation>
    <operation name="GetSaleRestrictionIdByPerfId">
      <input message="tns:GetSaleRestrictionIdByPerfId33Request"/>
      <output message="tns:GetSaleRestrictionIdByPerfId33Response"/>
    </operation>
    <operation name="GetAllowNotification">
      <input message="tns:GetAllowNotification34Request"/>
      <output message="tns:GetAllowNotification34Response"/>
    </operation>
    <operation name="GetBlockPerformanceOnSale">
      <input message="tns:GetBlockPerformanceOnSale35Request"/>
      <output message="tns:GetBlockPerformanceOnSale35Response"/>
    </operation>
    <operation name="GetRouteByEventId">
      <input message="tns:GetRouteByEventId36Request"/>
      <output message="tns:GetRouteByEventId36Response"/>
    </operation>
    <operation name="Get_CSV_EventCodeAndNameById">
      <input message="tns:Get_CSV_EventCodeAndNameById37Request"/>
      <output message="tns:Get_CSV_EventCodeAndNameById37Response"/>
    </operation>
    <operation name="GetEventListForFrictionLess">
      <input message="tns:GetEventListForFrictionLess38Request"/>
      <output message="tns:GetEventListForFrictionLess38Response"/>
    </operation>
    <operation name="GetEventXMLById">
      <input message="tns:GetEventXMLById39Request"/>
      <output message="tns:GetEventXMLById39Response"/>
    </operation>
    <operation name="GetDmgCategoryId">
      <input message="tns:GetDmgCategoryId40Request"/>
      <output message="tns:GetDmgCategoryId40Response"/>
    </operation>
    <operation name="IsParentEvent">
      <input message="tns:IsParentEvent41Request"/>
      <output message="tns:IsParentEvent41Response"/>
    </operation>
    <operation name="CreateEvent">
      <input message="tns:CreateEvent42Request"/>
      <output message="tns:CreateEvent42Response"/>
    </operation>
    <operation name="UpdateEvent">
      <input message="tns:UpdateEvent43Request"/>
      <output message="tns:UpdateEvent43Response"/>
    </operation>
    <operation name="GetEventLocationAndAdmProfile">
      <input message="tns:GetEventLocationAndAdmProfile44Request"/>
      <output message="tns:GetEventLocationAndAdmProfile44Response"/>
    </operation>
    <operation name="GetDistinctPriceTableByEventId">
      <input message="tns:GetDistinctPriceTableByEventId45Request"/>
      <output message="tns:GetDistinctPriceTableByEventId45Response"/>
    </operation>
    <operation name="GetEventExternalCodeAndAK">
      <input message="tns:GetEventExternalCodeAndAK46Request"/>
      <output message="tns:GetEventExternalCodeAndAK46Response"/>
    </operation>
    <operation name="GetEventIntegrationTypeId">
      <input message="tns:GetEventIntegrationTypeId47Request"/>
      <output message="tns:GetEventIntegrationTypeId47Response"/>
    </operation>
    <operation name="SendVivaDotComTriggers">
      <input message="tns:SendVivaDotComTriggers48Request"/>
      <output message="tns:SendVivaDotComTriggers48Response"/>
    </operation>
  </portType>
  <binding name="IWsDBEventbinding" type="tns:IWsDBEvent">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetDataById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="ApplyChangesExt">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#ApplyChangesExt" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetParentId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetParentId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventDefaultValues">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventDefaultValues" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="CreateNewEventWizard">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#CreateNewEventWizard" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetTotalPerformanceNumber">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetTotalPerformanceNumber" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventStartEndDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventStartEndDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventNameStartEndDate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventNameStartEndDate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetTodayEventAvailability">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetTodayEventAvailability" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventsWithDmgCategoryId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventsWithDmgCategoryId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="Setperformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#Setperformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="FindEventIdByCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#FindEventIdByCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="FindEventByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#FindEventByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="FindEventIDsByAccountAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#FindEventIDsByAccountAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventDmgData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventDmgData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventIdByPerfId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventIdByPerfId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventIdByPerfAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventIdByPerfAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventProductsbyTVMEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventProductsbyTVMEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventPricesForTVMEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventPricesForTVMEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventAKByMatrixSheetId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventAKByMatrixSheetId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetProductsTVM">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetProductsTVM" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetSaleRestrictionIdByPerfId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetSaleRestrictionIdByPerfId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetAllowNotification">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetAllowNotification" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetBlockPerformanceOnSale">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetBlockPerformanceOnSale" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetRouteByEventId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetRouteByEventId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="Get_CSV_EventCodeAndNameById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#Get_CSV_EventCodeAndNameById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventListForFrictionLess">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventListForFrictionLess" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventXMLById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventXMLById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetDmgCategoryId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetDmgCategoryId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="IsParentEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#IsParentEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="CreateEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#CreateEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="UpdateEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#UpdateEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventLocationAndAdmProfile">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventLocationAndAdmProfile" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetDistinctPriceTableByEventId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetDistinctPriceTableByEventId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventExternalCodeAndAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventExternalCodeAndAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="GetEventIntegrationTypeId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#GetEventIntegrationTypeId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
    <operation name="SendVivaDotComTriggers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBEventIntf-IWsDBEvent#SendVivaDotComTriggers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBEventIntf-IWsDBEvent"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBEventservice">
    <port name="IWsDBEventPort" binding="tns:IWsDBEventbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsDBEvent"/>
    </port>
  </service>
</definitions>

