<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBPerformanceservice" 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="TArrayOfDouble">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:double[]" 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="GetMatrixCellEventIDs9Request">
    <part name="AMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetMatrixCellEventIDs9Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="ApplyChangesExt10Request">
    <part name="APerformanceXML" type="xs:string"/>
    <part name="ADmgXML" type="xs:string"/>
    <part name="ASpaceStructureXML" type="xs:string"/>
  </message>
  <message name="ApplyChangesExt10Response">
    <part name="APerformanceXML" type="xs:string"/>
    <part name="ADmgXML" type="xs:string"/>
    <part name="ASpaceStructureXML" type="xs:string"/>
  </message>
  <message name="DeletePerformanceById11Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="APerformanceName" type="xs:string"/>
    <part name="APerfDateTime" type="xs:string"/>
  </message>
  <message name="DeletePerformanceById11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="DeletePerformance12Request">
    <part name="AQueryXML" type="xs:string"/>
  </message>
  <message name="DeletePerformance12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="HasCapacity13Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="HasCapacity13Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsPerformanceInUse14Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AUseSum" type="xs:boolean"/>
  </message>
  <message name="IsPerformanceInUse14Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="HaveCapacityIds15Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="HaveCapacityIds15Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="HasSameAccessConfiguration16Request">
    <part name="AEventId" type="xs:int"/>
    <part name="APerfomanceIds" type="ns2:TArrayOfInt"/>
    <part name="AAccessConfigurationId" type="xs:int"/>
  </message>
  <message name="HasSameAccessConfiguration16Response">
    <part name="AAccessConfigurationId" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="HasSeat17Request">
    <part name="AEnvelopeCapacityId" type="xs:int"/>
  </message>
  <message name="HasSeat17Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="PerformanceAlreadyExists18Request">
    <part name="AEventId" type="xs:int"/>
    <part name="PerfDateTime" type="xs:dateTime"/>
  </message>
  <message name="PerformanceAlreadyExists18Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="InsertTriggerDateTimeChange19Request">
    <part name="APerfID" type="xs:int"/>
    <part name="AOldStart" type="xs:dateTime"/>
    <part name="AOldEnd" type="xs:dateTime"/>
    <part name="AIsAPI" type="xs:boolean"/>
  </message>
  <message name="InsertTriggerDateTimeChange19Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="PerformaceExists20Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="PerformaceExists20Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="FindPerfIdByAK21Request">
    <part name="APerformanceAK" type="xs:string"/>
  </message>
  <message name="FindPerfIdByAK21Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindPerfAKById22Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="FindPerfAKById22Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindPerfIdByExternalId23Request">
    <part name="ExternalId" type="xs:string"/>
  </message>
  <message name="FindPerfIdByExternalId23Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindPerfExtIdByAK24Request">
    <part name="APerformanceAK" type="xs:string"/>
  </message>
  <message name="FindPerfExtIdByAK24Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ChangeAccessConfiguration25Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AAccessConfigurationId" type="xs:anyType"/>
    <part name="ANewXml" type="xs:string"/>
  </message>
  <message name="ChangeAccessConfiguration25Response"/>
  <message name="ChangeSingleStatus26Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AAccessConfigurationId" type="xs:int"/>
    <part name="AOldStatus" type="xs:int"/>
    <part name="ANewStatus" type="xs:int"/>
  </message>
  <message name="ChangeSingleStatus26Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ChangeStatus27Request">
    <part name="APerformanceChangeStatusList" type="xs:string"/>
  </message>
  <message name="ChangeStatus27Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccessConfigurationId28Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetAccessConfigurationId28Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="ClonePerformance29Request">
    <part name="ASrcPerformanceId" type="xs:int"/>
    <part name="ANewPerfDate" type="xs:dateTime"/>
  </message>
  <message name="ClonePerformance29Response"/>
  <message name="ArePerformancesSellable30Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="ArePerformancesSellable30Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceDays31Request">
    <part name="AEventId" type="xs:int"/>
    <part name="ADateFrom" type="ns3:TDate"/>
    <part name="ADateTo" type="ns3:TDate"/>
    <part name="APriceTableId" type="xs:int"/>
    <part name="APriceType" type="xs:int"/>
  </message>
  <message name="GetPerformanceDays31Response">
    <part name="return" type="ns2:TArrayOfDouble"/>
  </message>
  <message name="GetPerformanceMonths32Request">
    <part name="AEventId" type="xs:int"/>
    <part name="ADateFrom" type="ns3:TDate"/>
    <part name="ADateTo" type="ns3:TDate"/>
    <part name="APriceTableId" type="xs:int"/>
  </message>
  <message name="GetPerformanceMonths32Response">
    <part name="return" type="ns2:TArrayOfDouble"/>
  </message>
  <message name="GetPerformanceYears33Request">
    <part name="AEventId" type="xs:int"/>
    <part name="ADateFrom" type="ns3:TDate"/>
    <part name="ADateTo" type="ns3:TDate"/>
    <part name="APriceTableId" type="xs:int"/>
  </message>
  <message name="GetPerformanceYears33Response">
    <part name="return" type="ns2:TArrayOfDouble"/>
  </message>
  <message name="GetPerformancePriceTable34Request">
    <part name="APerformanceAKs" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetPerformancePriceTable34Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="CreatePerformances35Request">
    <part name="AXmlData" type="xs:string"/>
    <part name="ACalendarId" type="xs:int"/>
    <part name="APerfCategoryValidity" type="xs:string"/>
    <part name="ACheckExists" type="xs:boolean"/>
    <part name="ADmgDataXML" type="xs:string"/>
    <part name="ANotificationXml" type="xs:string"/>
    <part name="AChekEnvelopeCapacityConsistency" type="xs:boolean"/>
  </message>
  <message name="CreatePerformances35Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdatePerformance36Request">
    <part name="APerfId" type="xs:int"/>
    <part name="AXmlPerfInfo" type="xs:string"/>
    <part name="AStatus" type="xs:int"/>
    <part name="ASetNullList" type="xs:string"/>
    <part name="APerfCategoryValidity" type="xs:string"/>
    <part name="ASpaceStructure" type="xs:string"/>
    <part name="ADMGData" type="xs:string"/>
  </message>
  <message name="UpdatePerformance36Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="PerformanceDataSetCount37Request">
    <part name="AQueryXML" type="xs:string"/>
  </message>
  <message name="PerformanceDataSetCount37Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetStartBusinessDay38Request"/>
  <message name="GetStartBusinessDay38Response">
    <part name="return" type="ns3:TTime"/>
  </message>
  <message name="GetNextAvailable39Request">
    <part name="AMatrixCellId" type="xs:int"/>
    <part name="AAttributeSetId" type="xs:int"/>
    <part name="AQuantity" type="xs:int"/>
    <part name="APerformanceId" type="xs:anyType"/>
    <part name="AEnvelopeIds" type="ns2:TArrayOfInt"/>
    <part name="AEnvelopeCapacityId" type="xs:anyType"/>
    <part name="ASpaceStructureName" type="xs:string"/>
  </message>
  <message name="GetNextAvailable39Response">
    <part name="APerformanceId" type="xs:anyType"/>
    <part name="AEnvelopeCapacityId" type="xs:anyType"/>
    <part name="ASpaceStructureName" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNextAvailable_Multi40Request">
    <part name="AMatrixCellId" type="xs:int"/>
    <part name="AAttributeSetId" type="xs:int"/>
    <part name="AQuantity" type="xs:int"/>
    <part name="ANumOfPerf" type="xs:int"/>
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
    <part name="AEnvelopeIds" type="ns2:TArrayOfInt"/>
    <part name="AEnvelopeCapacityId" type="ns2:TArrayOfInt"/>
    <part name="ASpaceStructureName" type="xs:string"/>
  </message>
  <message name="GetNextAvailable_Multi40Response">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
    <part name="AEnvelopeCapacityId" type="ns2:TArrayOfInt"/>
    <part name="ASpaceStructureName" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetTotalPerformanceQuantity41Request">
    <part name="aPerformanceID" type="xs:int"/>
  </message>
  <message name="GetTotalPerformanceQuantity41Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="PerfHasSingleEnvelopeCapacity42Request">
    <part name="APerfId" type="xs:anyType"/>
  </message>
  <message name="PerfHasSingleEnvelopeCapacity42Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetPerformaceInfo43Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerformaceInfo43Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceEvent44Request">
    <part name="aPerfId" type="xs:int"/>
    <part name="aEventId" type="xs:int"/>
    <part name="aEventName" type="xs:string"/>
  </message>
  <message name="GetPerformanceEvent44Response">
    <part name="aEventId" type="xs:int"/>
    <part name="aEventName" type="xs:string"/>
  </message>
  <message name="GetPerformanceAndEventName45Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="GetPerformanceAndEventName45Response">
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="CanDuplicateSeatDesignerDoc46Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="CanDuplicateSeatDesignerDoc46Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetSeatDocsByPerfId47Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="ASeatTopViewDocId" type="xs:anyType"/>
    <part name="ASeatSettingDocId" type="xs:anyType"/>
  </message>
  <message name="GetSeatDocsByPerfId47Response">
    <part name="ASeatTopViewDocId" type="xs:anyType"/>
    <part name="ASeatSettingDocId" type="xs:anyType"/>
  </message>
  <message name="GetCapacityAvailable48Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetCapacityAvailable48Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSaleAvailability49Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetSaleAvailability49Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetFirstCapacityAvailable50Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetFirstCapacityAvailable50Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPerformanceDmgData51Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AObjType" type="xs:int"/>
  </message>
  <message name="GetPerformanceDmgData51Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceDateTime52Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AAddMinOnScreen" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceDateTime52Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="GetPerformancesForToday53Request">
    <part name="AEventIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformancesForToday53Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceIDsForNow54Request">
    <part name="AEventIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceIDsForNow54Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceDmgCategory55Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceDmgCategory55Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceNameAndTime56Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="APerformanceName" type="xs:string"/>
    <part name="APerfDateTime" type="xs:string"/>
  </message>
  <message name="GetPerformanceNameAndTime56Response">
    <part name="APerformanceName" type="xs:string"/>
    <part name="APerfDateTime" type="xs:string"/>
  </message>
  <message name="GetAvailablePerfIDs57Request">
    <part name="AEventId" type="xs:int"/>
    <part name="PerfFromDT" type="xs:dateTime"/>
    <part name="PerfToDT" type="xs:dateTime"/>
  </message>
  <message name="GetAvailablePerfIDs57Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAvailablePerfAKs58Request">
    <part name="AEventId" type="xs:int"/>
    <part name="PerfFromDT" type="xs:dateTime"/>
    <part name="PerfToDT" type="xs:dateTime"/>
  </message>
  <message name="GetAvailablePerfAKs58Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetOfflinePerfAndEventNameByOffTicketUsageId59Request">
    <part name="AOFFTicketUsageId" type="xs:int"/>
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="GetOfflinePerfAndEventNameByOffTicketUsageId59Response">
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="GetMultiEditCapacityCDS60Request">
    <part name="APerformanceIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetMultiEditCapacityCDS60Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="UpdateMultiCapacity61Request">
    <part name="APerformanceIDs" type="ns2:TArrayOfInt"/>
    <part name="ACode" type="xs:string"/>
    <part name="AName" type="xs:string"/>
    <part name="AAccessConfigId" type="xs:int"/>
    <part name="AEnvelopeId" type="xs:int"/>
    <part name="ADelta" type="xs:int"/>
    <part name="AAttributeId" type="xs:int"/>
    <part name="ASiaeCapacity" type="xs:int"/>
  </message>
  <message name="UpdateMultiCapacity61Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetStatus62Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetStatus62Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPerformanceRotations63Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceRotations63Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="PerformanceOnSale64Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="PerformanceOnSale64Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="UpdateExternalId65Request">
    <part name="PerfId" type="xs:int"/>
    <part name="ExternalId" type="xs:string"/>
  </message>
  <message name="UpdateExternalId65Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNextAvailPerfDataPriceTable66Request">
    <part name="aEventIds" type="ns2:TArrayOfInt"/>
    <part name="aDateTimeFrom" type="xs:dateTime"/>
    <part name="AQuantity" type="xs:int"/>
    <part name="AEnvelopeId" type="xs:int"/>
    <part name="AMatrixCellIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetNextAvailPerfDataPriceTable66Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPerformanceDates67Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerformanceDates67Response">
    <part name="DateStart" type="xs:double"/>
    <part name="DateEnd" type="xs:double"/>
    <part name="AllDay" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceInfoByAKs68Request">
    <part name="APerformanceAKs" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetPerformanceInfoByAKs68Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AVET_CreatePerformance69Request">
    <part name="aEventId" type="xs:int"/>
    <part name="APriceTableId" type="xs:int"/>
    <part name="aAccessConfigurationId" type="xs:int"/>
  </message>
  <message name="AVET_CreatePerformance69Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AVET_SyncPerformance70Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="AVET_SyncPerformance70Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="PerformanceInPresale71Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="aExclusive" type="xs:boolean"/>
  </message>
  <message name="PerformanceInPresale71Response">
    <part name="aExclusive" type="xs:boolean"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="PerformanceSeatIsGrouping72Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="PerformanceSeatIsGrouping72Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="NewLinkPerformance73Request">
    <part name="ATemplatePerformanceId" type="xs:int"/>
    <part name="AChildPerformanceId" type="xs:int"/>
  </message>
  <message name="NewLinkPerformance73Response"/>
  <message name="GetPerformanceCodeById74Request">
    <part name="aPerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerformanceCodeById74Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceIdByAK75Request">
    <part name="APerformanceAK" type="xs:string"/>
    <part name="AErrorCode" type="xs:int"/>
  </message>
  <message name="GetPerformanceIdByAK75Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSiaePerformanceCapacityByAttributeId76Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AAttributeId" type="xs:int"/>
  </message>
  <message name="GetSiaePerformanceCapacityByAttributeId76Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SaveSiaePerformanceCapacities77Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AXmlData" type="xs:string"/>
  </message>
  <message name="SaveSiaePerformanceCapacities77Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsTemplatePerformanceByPerformanceId78Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="IsTemplatePerformanceByPerformanceId78Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsChildPerformanceByPerformanceId79Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="IsChildPerformanceByPerformanceId79Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SendPerfDeletedNotification80Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="ANotificationType" type="xs:int"/>
    <part name="ADocTemplateId" type="xs:int"/>
  </message>
  <message name="SendPerfDeletedNotification80Response"/>
  <message name="GetPerfNotificationEnabled81Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerfNotificationEnabled81Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerfNotificationTemplateId82Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerfNotificationTemplateId82Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceAKFromEventAndDateTime83Request">
    <part name="AEventID" type="xs:int"/>
    <part name="APerfDateTime" type="xs:dateTime"/>
    <part name="APerfID" type="xs:int"/>
  </message>
  <message name="GetPerformanceAKFromEventAndDateTime83Response">
    <part name="APerfID" type="xs:int"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="ApplyPreSaleRule84Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="aEndSaleDateTime" type="xs:dateTime"/>
    <part name="APriorityPerfID" type="xs:int"/>
  </message>
  <message name="ApplyPreSaleRule84Response">
    <part name="oCount" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerfSubscriptionCDS85Request">
    <part name="APerformanceID" type="xs:int"/>
  </message>
  <message name="GetPerfSubscriptionCDS85Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetBasePerformanceIdByChild86Request">
    <part name="AChildPerformance" type="xs:int"/>
  </message>
  <message name="GetBasePerformanceIdByChild86Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSIAEPerformanceCapacity87Request">
    <part name="APerformanceID" type="xs:int"/>
  </message>
  <message name="GetSIAEPerformanceCapacity87Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="UpdatePerfPriceMulti88Request">
    <part name="aPerfIds" type="ns2:TArrayOfInt"/>
    <part name="aMatrixcellId" type="xs:int"/>
    <part name="aPrice" type="xs:anyType"/>
  </message>
  <message name="UpdatePerfPriceMulti88Response"/>
  <message name="GetPerformancePrice89Request">
    <part name="aPerfId" type="xs:int"/>
    <part name="aMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetPerformancePrice89Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="InsertPerformance2MatrixCellLink90Request">
    <part name="AMatrixCellsToChange" type="ns2:TArrayOfString"/>
    <part name="AFromDate" type="ns3:TDate"/>
    <part name="AToDate" type="ns3:TDate"/>
    <part name="AFilterPerformanceAKs" type="ns2:TArrayOfString"/>
    <part name="APrice" type="xs:double"/>
    <part name="AFilterPerformanceIds" type="ns2:TArrayOfInt"/>
    <part name="AFromTime" type="xs:anyType"/>
    <part name="AToTime" type="xs:anyType"/>
    <part name="AFilterEventsAKs" type="ns2:TArrayOfString"/>
  </message>
  <message name="InsertPerformance2MatrixCellLink90Response">
    <part name="AFilterPerformanceIds" type="ns2:TArrayOfInt"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetFirstMatrixCellWithPeformance91Request">
    <part name="AMatrixCellIIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetFirstMatrixCellWithPeformance91Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckDynamicPricingForPerformances92Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="CheckDynamicPricingForPerformances92Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceExternalIdAndAK93Request">
    <part name="AExternalHashCodes" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetPerformanceExternalIdAndAK93Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetDTCMPerformanceMap94Request">
    <part name="aPerformanceCode" type="xs:string"/>
  </message>
  <message name="GetDTCMPerformanceMap94Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDTCMSectionSeats95Request">
    <part name="APerformanceCode" type="xs:string"/>
    <part name="ASectionCode" type="xs:string"/>
  </message>
  <message name="GetDTCMSectionSeats95Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAllEventsAndPerformances96Request">
    <part name="APerformanceIDS" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAllEventsAndPerformances96Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetPerformancePriceMultiProducts97Request">
    <part name="AMatrixCellIds" type="ns2:TArrayOfInt"/>
    <part name="ADateFrom" type="xs:dateTime"/>
    <part name="ADateTo" type="xs:dateTime"/>
  </message>
  <message name="GetPerformancePriceMultiProducts97Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="IsTemplatePerformance98Request">
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="IsTemplatePerformance98Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceDynamicPrice99Request">
    <part name="AEventId" type="xs:int"/>
    <part name="APerformanceIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceDynamicPrice99Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetMatrixCellAksBySeatCatAndPerfIds100Request">
    <part name="APerformanceIDs" type="ns2:TArrayOfInt"/>
    <part name="ASeatCategoryIds" type="ns2:TArrayOfInt"/>
    <part name="APriceListId" type="xs:int"/>
    <part name="AMatrixSheetId" type="xs:int"/>
    <part name="AQtyToIgnoreFromCalculation" type="xs:int"/>
  </message>
  <message name="GetMatrixCellAksBySeatCatAndPerfIds100Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="AccessConfigurationHasPerformances101Request">
    <part name="AAccessConfigurationId" type="xs:int"/>
  </message>
  <message name="AccessConfigurationHasPerformances101Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsDBPerformance">
    <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="GetMatrixCellEventIDs">
      <input message="tns:GetMatrixCellEventIDs9Request"/>
      <output message="tns:GetMatrixCellEventIDs9Response"/>
    </operation>
    <operation name="ApplyChangesExt">
      <input message="tns:ApplyChangesExt10Request"/>
      <output message="tns:ApplyChangesExt10Response"/>
    </operation>
    <operation name="DeletePerformanceById">
      <input message="tns:DeletePerformanceById11Request"/>
      <output message="tns:DeletePerformanceById11Response"/>
    </operation>
    <operation name="DeletePerformance">
      <input message="tns:DeletePerformance12Request"/>
      <output message="tns:DeletePerformance12Response"/>
    </operation>
    <operation name="HasCapacity">
      <input message="tns:HasCapacity13Request"/>
      <output message="tns:HasCapacity13Response"/>
    </operation>
    <operation name="IsPerformanceInUse">
      <input message="tns:IsPerformanceInUse14Request"/>
      <output message="tns:IsPerformanceInUse14Response"/>
    </operation>
    <operation name="HaveCapacityIds">
      <input message="tns:HaveCapacityIds15Request"/>
      <output message="tns:HaveCapacityIds15Response"/>
    </operation>
    <operation name="HasSameAccessConfiguration">
      <input message="tns:HasSameAccessConfiguration16Request"/>
      <output message="tns:HasSameAccessConfiguration16Response"/>
    </operation>
    <operation name="HasSeat">
      <input message="tns:HasSeat17Request"/>
      <output message="tns:HasSeat17Response"/>
    </operation>
    <operation name="PerformanceAlreadyExists">
      <input message="tns:PerformanceAlreadyExists18Request"/>
      <output message="tns:PerformanceAlreadyExists18Response"/>
    </operation>
    <operation name="InsertTriggerDateTimeChange">
      <input message="tns:InsertTriggerDateTimeChange19Request"/>
      <output message="tns:InsertTriggerDateTimeChange19Response"/>
    </operation>
    <operation name="PerformaceExists">
      <input message="tns:PerformaceExists20Request"/>
      <output message="tns:PerformaceExists20Response"/>
    </operation>
    <operation name="FindPerfIdByAK">
      <input message="tns:FindPerfIdByAK21Request"/>
      <output message="tns:FindPerfIdByAK21Response"/>
    </operation>
    <operation name="FindPerfAKById">
      <input message="tns:FindPerfAKById22Request"/>
      <output message="tns:FindPerfAKById22Response"/>
    </operation>
    <operation name="FindPerfIdByExternalId">
      <input message="tns:FindPerfIdByExternalId23Request"/>
      <output message="tns:FindPerfIdByExternalId23Response"/>
    </operation>
    <operation name="FindPerfExtIdByAK">
      <input message="tns:FindPerfExtIdByAK24Request"/>
      <output message="tns:FindPerfExtIdByAK24Response"/>
    </operation>
    <operation name="ChangeAccessConfiguration">
      <input message="tns:ChangeAccessConfiguration25Request"/>
      <output message="tns:ChangeAccessConfiguration25Response"/>
    </operation>
    <operation name="ChangeSingleStatus">
      <input message="tns:ChangeSingleStatus26Request"/>
      <output message="tns:ChangeSingleStatus26Response"/>
    </operation>
    <operation name="ChangeStatus">
      <input message="tns:ChangeStatus27Request"/>
      <output message="tns:ChangeStatus27Response"/>
    </operation>
    <operation name="GetAccessConfigurationId">
      <input message="tns:GetAccessConfigurationId28Request"/>
      <output message="tns:GetAccessConfigurationId28Response"/>
    </operation>
    <operation name="ClonePerformance">
      <input message="tns:ClonePerformance29Request"/>
      <output message="tns:ClonePerformance29Response"/>
    </operation>
    <operation name="ArePerformancesSellable">
      <input message="tns:ArePerformancesSellable30Request"/>
      <output message="tns:ArePerformancesSellable30Response"/>
    </operation>
    <operation name="GetPerformanceDays">
      <input message="tns:GetPerformanceDays31Request"/>
      <output message="tns:GetPerformanceDays31Response"/>
    </operation>
    <operation name="GetPerformanceMonths">
      <input message="tns:GetPerformanceMonths32Request"/>
      <output message="tns:GetPerformanceMonths32Response"/>
    </operation>
    <operation name="GetPerformanceYears">
      <input message="tns:GetPerformanceYears33Request"/>
      <output message="tns:GetPerformanceYears33Response"/>
    </operation>
    <operation name="GetPerformancePriceTable">
      <input message="tns:GetPerformancePriceTable34Request"/>
      <output message="tns:GetPerformancePriceTable34Response"/>
    </operation>
    <operation name="CreatePerformances">
      <input message="tns:CreatePerformances35Request"/>
      <output message="tns:CreatePerformances35Response"/>
    </operation>
    <operation name="UpdatePerformance">
      <input message="tns:UpdatePerformance36Request"/>
      <output message="tns:UpdatePerformance36Response"/>
    </operation>
    <operation name="PerformanceDataSetCount">
      <input message="tns:PerformanceDataSetCount37Request"/>
      <output message="tns:PerformanceDataSetCount37Response"/>
    </operation>
    <operation name="GetStartBusinessDay">
      <input message="tns:GetStartBusinessDay38Request"/>
      <output message="tns:GetStartBusinessDay38Response"/>
    </operation>
    <operation name="GetNextAvailable">
      <input message="tns:GetNextAvailable39Request"/>
      <output message="tns:GetNextAvailable39Response"/>
    </operation>
    <operation name="GetNextAvailable_Multi">
      <input message="tns:GetNextAvailable_Multi40Request"/>
      <output message="tns:GetNextAvailable_Multi40Response"/>
    </operation>
    <operation name="GetTotalPerformanceQuantity">
      <input message="tns:GetTotalPerformanceQuantity41Request"/>
      <output message="tns:GetTotalPerformanceQuantity41Response"/>
    </operation>
    <operation name="PerfHasSingleEnvelopeCapacity">
      <input message="tns:PerfHasSingleEnvelopeCapacity42Request"/>
      <output message="tns:PerfHasSingleEnvelopeCapacity42Response"/>
    </operation>
    <operation name="GetPerformaceInfo">
      <input message="tns:GetPerformaceInfo43Request"/>
      <output message="tns:GetPerformaceInfo43Response"/>
    </operation>
    <operation name="GetPerformanceEvent">
      <input message="tns:GetPerformanceEvent44Request"/>
      <output message="tns:GetPerformanceEvent44Response"/>
    </operation>
    <operation name="GetPerformanceAndEventName">
      <input message="tns:GetPerformanceAndEventName45Request"/>
      <output message="tns:GetPerformanceAndEventName45Response"/>
    </operation>
    <operation name="CanDuplicateSeatDesignerDoc">
      <input message="tns:CanDuplicateSeatDesignerDoc46Request"/>
      <output message="tns:CanDuplicateSeatDesignerDoc46Response"/>
    </operation>
    <operation name="GetSeatDocsByPerfId">
      <input message="tns:GetSeatDocsByPerfId47Request"/>
      <output message="tns:GetSeatDocsByPerfId47Response"/>
    </operation>
    <operation name="GetCapacityAvailable">
      <input message="tns:GetCapacityAvailable48Request"/>
      <output message="tns:GetCapacityAvailable48Response"/>
    </operation>
    <operation name="GetSaleAvailability">
      <input message="tns:GetSaleAvailability49Request"/>
      <output message="tns:GetSaleAvailability49Response"/>
    </operation>
    <operation name="GetFirstCapacityAvailable">
      <input message="tns:GetFirstCapacityAvailable50Request"/>
      <output message="tns:GetFirstCapacityAvailable50Response"/>
    </operation>
    <operation name="GetPerformanceDmgData">
      <input message="tns:GetPerformanceDmgData51Request"/>
      <output message="tns:GetPerformanceDmgData51Response"/>
    </operation>
    <operation name="GetPerformanceDateTime">
      <input message="tns:GetPerformanceDateTime52Request"/>
      <output message="tns:GetPerformanceDateTime52Response"/>
    </operation>
    <operation name="GetPerformancesForToday">
      <input message="tns:GetPerformancesForToday53Request"/>
      <output message="tns:GetPerformancesForToday53Response"/>
    </operation>
    <operation name="GetPerformanceIDsForNow">
      <input message="tns:GetPerformanceIDsForNow54Request"/>
      <output message="tns:GetPerformanceIDsForNow54Response"/>
    </operation>
    <operation name="GetPerformanceDmgCategory">
      <input message="tns:GetPerformanceDmgCategory55Request"/>
      <output message="tns:GetPerformanceDmgCategory55Response"/>
    </operation>
    <operation name="GetPerformanceNameAndTime">
      <input message="tns:GetPerformanceNameAndTime56Request"/>
      <output message="tns:GetPerformanceNameAndTime56Response"/>
    </operation>
    <operation name="GetAvailablePerfIDs">
      <input message="tns:GetAvailablePerfIDs57Request"/>
      <output message="tns:GetAvailablePerfIDs57Response"/>
    </operation>
    <operation name="GetAvailablePerfAKs">
      <input message="tns:GetAvailablePerfAKs58Request"/>
      <output message="tns:GetAvailablePerfAKs58Response"/>
    </operation>
    <operation name="GetOfflinePerfAndEventNameByOffTicketUsageId">
      <input message="tns:GetOfflinePerfAndEventNameByOffTicketUsageId59Request"/>
      <output message="tns:GetOfflinePerfAndEventNameByOffTicketUsageId59Response"/>
    </operation>
    <operation name="GetMultiEditCapacityCDS">
      <input message="tns:GetMultiEditCapacityCDS60Request"/>
      <output message="tns:GetMultiEditCapacityCDS60Response"/>
    </operation>
    <operation name="UpdateMultiCapacity">
      <input message="tns:UpdateMultiCapacity61Request"/>
      <output message="tns:UpdateMultiCapacity61Response"/>
    </operation>
    <operation name="GetStatus">
      <input message="tns:GetStatus62Request"/>
      <output message="tns:GetStatus62Response"/>
    </operation>
    <operation name="GetPerformanceRotations">
      <input message="tns:GetPerformanceRotations63Request"/>
      <output message="tns:GetPerformanceRotations63Response"/>
    </operation>
    <operation name="PerformanceOnSale">
      <input message="tns:PerformanceOnSale64Request"/>
      <output message="tns:PerformanceOnSale64Response"/>
    </operation>
    <operation name="UpdateExternalId">
      <input message="tns:UpdateExternalId65Request"/>
      <output message="tns:UpdateExternalId65Response"/>
    </operation>
    <operation name="GetNextAvailPerfDataPriceTable">
      <input message="tns:GetNextAvailPerfDataPriceTable66Request"/>
      <output message="tns:GetNextAvailPerfDataPriceTable66Response"/>
    </operation>
    <operation name="GetPerformanceDates">
      <input message="tns:GetPerformanceDates67Request"/>
      <output message="tns:GetPerformanceDates67Response"/>
    </operation>
    <operation name="GetPerformanceInfoByAKs">
      <input message="tns:GetPerformanceInfoByAKs68Request"/>
      <output message="tns:GetPerformanceInfoByAKs68Response"/>
    </operation>
    <operation name="AVET_CreatePerformance">
      <input message="tns:AVET_CreatePerformance69Request"/>
      <output message="tns:AVET_CreatePerformance69Response"/>
    </operation>
    <operation name="AVET_SyncPerformance">
      <input message="tns:AVET_SyncPerformance70Request"/>
      <output message="tns:AVET_SyncPerformance70Response"/>
    </operation>
    <operation name="PerformanceInPresale">
      <input message="tns:PerformanceInPresale71Request"/>
      <output message="tns:PerformanceInPresale71Response"/>
    </operation>
    <operation name="PerformanceSeatIsGrouping">
      <input message="tns:PerformanceSeatIsGrouping72Request"/>
      <output message="tns:PerformanceSeatIsGrouping72Response"/>
    </operation>
    <operation name="NewLinkPerformance">
      <input message="tns:NewLinkPerformance73Request"/>
      <output message="tns:NewLinkPerformance73Response"/>
    </operation>
    <operation name="GetPerformanceCodeById">
      <input message="tns:GetPerformanceCodeById74Request"/>
      <output message="tns:GetPerformanceCodeById74Response"/>
    </operation>
    <operation name="GetPerformanceIdByAK">
      <input message="tns:GetPerformanceIdByAK75Request"/>
      <output message="tns:GetPerformanceIdByAK75Response"/>
    </operation>
    <operation name="GetSiaePerformanceCapacityByAttributeId">
      <input message="tns:GetSiaePerformanceCapacityByAttributeId76Request"/>
      <output message="tns:GetSiaePerformanceCapacityByAttributeId76Response"/>
    </operation>
    <operation name="SaveSiaePerformanceCapacities">
      <input message="tns:SaveSiaePerformanceCapacities77Request"/>
      <output message="tns:SaveSiaePerformanceCapacities77Response"/>
    </operation>
    <operation name="IsTemplatePerformanceByPerformanceId">
      <input message="tns:IsTemplatePerformanceByPerformanceId78Request"/>
      <output message="tns:IsTemplatePerformanceByPerformanceId78Response"/>
    </operation>
    <operation name="IsChildPerformanceByPerformanceId">
      <input message="tns:IsChildPerformanceByPerformanceId79Request"/>
      <output message="tns:IsChildPerformanceByPerformanceId79Response"/>
    </operation>
    <operation name="SendPerfDeletedNotification">
      <input message="tns:SendPerfDeletedNotification80Request"/>
      <output message="tns:SendPerfDeletedNotification80Response"/>
    </operation>
    <operation name="GetPerfNotificationEnabled">
      <input message="tns:GetPerfNotificationEnabled81Request"/>
      <output message="tns:GetPerfNotificationEnabled81Response"/>
    </operation>
    <operation name="GetPerfNotificationTemplateId">
      <input message="tns:GetPerfNotificationTemplateId82Request"/>
      <output message="tns:GetPerfNotificationTemplateId82Response"/>
    </operation>
    <operation name="GetPerformanceAKFromEventAndDateTime">
      <input message="tns:GetPerformanceAKFromEventAndDateTime83Request"/>
      <output message="tns:GetPerformanceAKFromEventAndDateTime83Response"/>
    </operation>
    <operation name="ApplyPreSaleRule">
      <input message="tns:ApplyPreSaleRule84Request"/>
      <output message="tns:ApplyPreSaleRule84Response"/>
    </operation>
    <operation name="GetPerfSubscriptionCDS">
      <input message="tns:GetPerfSubscriptionCDS85Request"/>
      <output message="tns:GetPerfSubscriptionCDS85Response"/>
    </operation>
    <operation name="GetBasePerformanceIdByChild">
      <input message="tns:GetBasePerformanceIdByChild86Request"/>
      <output message="tns:GetBasePerformanceIdByChild86Response"/>
    </operation>
    <operation name="GetSIAEPerformanceCapacity">
      <input message="tns:GetSIAEPerformanceCapacity87Request"/>
      <output message="tns:GetSIAEPerformanceCapacity87Response"/>
    </operation>
    <operation name="UpdatePerfPriceMulti">
      <input message="tns:UpdatePerfPriceMulti88Request"/>
      <output message="tns:UpdatePerfPriceMulti88Response"/>
    </operation>
    <operation name="GetPerformancePrice">
      <input message="tns:GetPerformancePrice89Request"/>
      <output message="tns:GetPerformancePrice89Response"/>
    </operation>
    <operation name="InsertPerformance2MatrixCellLink">
      <input message="tns:InsertPerformance2MatrixCellLink90Request"/>
      <output message="tns:InsertPerformance2MatrixCellLink90Response"/>
    </operation>
    <operation name="GetFirstMatrixCellWithPeformance">
      <input message="tns:GetFirstMatrixCellWithPeformance91Request"/>
      <output message="tns:GetFirstMatrixCellWithPeformance91Response"/>
    </operation>
    <operation name="CheckDynamicPricingForPerformances">
      <input message="tns:CheckDynamicPricingForPerformances92Request"/>
      <output message="tns:CheckDynamicPricingForPerformances92Response"/>
    </operation>
    <operation name="GetPerformanceExternalIdAndAK">
      <input message="tns:GetPerformanceExternalIdAndAK93Request"/>
      <output message="tns:GetPerformanceExternalIdAndAK93Response"/>
    </operation>
    <operation name="GetDTCMPerformanceMap">
      <input message="tns:GetDTCMPerformanceMap94Request"/>
      <output message="tns:GetDTCMPerformanceMap94Response"/>
    </operation>
    <operation name="GetDTCMSectionSeats">
      <input message="tns:GetDTCMSectionSeats95Request"/>
      <output message="tns:GetDTCMSectionSeats95Response"/>
    </operation>
    <operation name="GetAllEventsAndPerformances">
      <input message="tns:GetAllEventsAndPerformances96Request"/>
      <output message="tns:GetAllEventsAndPerformances96Response"/>
    </operation>
    <operation name="GetPerformancePriceMultiProducts">
      <input message="tns:GetPerformancePriceMultiProducts97Request"/>
      <output message="tns:GetPerformancePriceMultiProducts97Response"/>
    </operation>
    <operation name="IsTemplatePerformance">
      <input message="tns:IsTemplatePerformance98Request"/>
      <output message="tns:IsTemplatePerformance98Response"/>
    </operation>
    <operation name="GetPerformanceDynamicPrice">
      <input message="tns:GetPerformanceDynamicPrice99Request"/>
      <output message="tns:GetPerformanceDynamicPrice99Response"/>
    </operation>
    <operation name="GetMatrixCellAksBySeatCatAndPerfIds">
      <input message="tns:GetMatrixCellAksBySeatCatAndPerfIds100Request"/>
      <output message="tns:GetMatrixCellAksBySeatCatAndPerfIds100Response"/>
    </operation>
    <operation name="AccessConfigurationHasPerformances">
      <input message="tns:AccessConfigurationHasPerformances101Request"/>
      <output message="tns:AccessConfigurationHasPerformances101Response"/>
    </operation>
  </portType>
  <binding name="IWsDBPerformancebinding" type="tns:IWsDBPerformance">
    <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:WsDBPerformanceIntf-IWsDBPerformance#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetMatrixCellEventIDs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetMatrixCellEventIDs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ApplyChangesExt">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ApplyChangesExt" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="DeletePerformanceById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#DeletePerformanceById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="DeletePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#DeletePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="HasCapacity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#HasCapacity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="IsPerformanceInUse">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#IsPerformanceInUse" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="HaveCapacityIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#HaveCapacityIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="HasSameAccessConfiguration">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#HasSameAccessConfiguration" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="HasSeat">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#HasSeat" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="PerformanceAlreadyExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#PerformanceAlreadyExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="InsertTriggerDateTimeChange">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#InsertTriggerDateTimeChange" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="PerformaceExists">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#PerformaceExists" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="FindPerfIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#FindPerfIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="FindPerfAKById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#FindPerfAKById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="FindPerfIdByExternalId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#FindPerfIdByExternalId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="FindPerfExtIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#FindPerfExtIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ChangeAccessConfiguration">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ChangeAccessConfiguration" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ChangeSingleStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ChangeSingleStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ChangeStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ChangeStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetAccessConfigurationId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetAccessConfigurationId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ClonePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ClonePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ArePerformancesSellable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ArePerformancesSellable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceDays">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceDays" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceMonths">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceMonths" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceYears">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceYears" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformancePriceTable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformancePriceTable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="CreatePerformances">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#CreatePerformances" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="UpdatePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#UpdatePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="PerformanceDataSetCount">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#PerformanceDataSetCount" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetStartBusinessDay">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetStartBusinessDay" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetNextAvailable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetNextAvailable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetNextAvailable_Multi">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetNextAvailable_Multi" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetTotalPerformanceQuantity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetTotalPerformanceQuantity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="PerfHasSingleEnvelopeCapacity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#PerfHasSingleEnvelopeCapacity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformaceInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformaceInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceAndEventName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceAndEventName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="CanDuplicateSeatDesignerDoc">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#CanDuplicateSeatDesignerDoc" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetSeatDocsByPerfId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetSeatDocsByPerfId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetCapacityAvailable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetCapacityAvailable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetSaleAvailability">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetSaleAvailability" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetFirstCapacityAvailable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetFirstCapacityAvailable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceDmgData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceDmgData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceDateTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceDateTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformancesForToday">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformancesForToday" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceIDsForNow">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceIDsForNow" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceDmgCategory">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceDmgCategory" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceNameAndTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceNameAndTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetAvailablePerfIDs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetAvailablePerfIDs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetAvailablePerfAKs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetAvailablePerfAKs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetOfflinePerfAndEventNameByOffTicketUsageId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetOfflinePerfAndEventNameByOffTicketUsageId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetMultiEditCapacityCDS">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetMultiEditCapacityCDS" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="UpdateMultiCapacity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#UpdateMultiCapacity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceRotations">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceRotations" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="PerformanceOnSale">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#PerformanceOnSale" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="UpdateExternalId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#UpdateExternalId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetNextAvailPerfDataPriceTable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetNextAvailPerfDataPriceTable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceDates">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceDates" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceInfoByAKs">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceInfoByAKs" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="AVET_CreatePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#AVET_CreatePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="AVET_SyncPerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#AVET_SyncPerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="PerformanceInPresale">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#PerformanceInPresale" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="PerformanceSeatIsGrouping">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#PerformanceSeatIsGrouping" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="NewLinkPerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#NewLinkPerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceCodeById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceCodeById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceIdByAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceIdByAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetSiaePerformanceCapacityByAttributeId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetSiaePerformanceCapacityByAttributeId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="SaveSiaePerformanceCapacities">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#SaveSiaePerformanceCapacities" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="IsTemplatePerformanceByPerformanceId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#IsTemplatePerformanceByPerformanceId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="IsChildPerformanceByPerformanceId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#IsChildPerformanceByPerformanceId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="SendPerfDeletedNotification">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#SendPerfDeletedNotification" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerfNotificationEnabled">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerfNotificationEnabled" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerfNotificationTemplateId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerfNotificationTemplateId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceAKFromEventAndDateTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceAKFromEventAndDateTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="ApplyPreSaleRule">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#ApplyPreSaleRule" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerfSubscriptionCDS">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerfSubscriptionCDS" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetBasePerformanceIdByChild">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetBasePerformanceIdByChild" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetSIAEPerformanceCapacity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetSIAEPerformanceCapacity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="UpdatePerfPriceMulti">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#UpdatePerfPriceMulti" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformancePrice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformancePrice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="InsertPerformance2MatrixCellLink">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#InsertPerformance2MatrixCellLink" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetFirstMatrixCellWithPeformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetFirstMatrixCellWithPeformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="CheckDynamicPricingForPerformances">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#CheckDynamicPricingForPerformances" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceExternalIdAndAK">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceExternalIdAndAK" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetDTCMPerformanceMap">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetDTCMPerformanceMap" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetDTCMSectionSeats">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetDTCMSectionSeats" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetAllEventsAndPerformances">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetAllEventsAndPerformances" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformancePriceMultiProducts">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformancePriceMultiProducts" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="IsTemplatePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#IsTemplatePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetPerformanceDynamicPrice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetPerformanceDynamicPrice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="GetMatrixCellAksBySeatCatAndPerfIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetMatrixCellAksBySeatCatAndPerfIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
    <operation name="AccessConfigurationHasPerformances">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#AccessConfigurationHasPerformances" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBPerformanceIntf-IWsDBPerformance"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBPerformanceservice">
    <port name="IWsDBPerformancePort" binding="tns:IWsDBPerformancebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IWsDBPerformance"/>
    </port>
  </service>
</definitions>

