<?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="FindPerfIdByAKAndValidity22Request">
    <part name="APerformanceAK" type="xs:string"/>
  </message>
  <message name="FindPerfIdByAKAndValidity22Response">
    <part name="AStatusValidity" type="xs:int"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindPerfAKById23Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="FindPerfAKById23Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="FindPerfIdByExternalId24Request">
    <part name="ExternalId" type="xs:string"/>
  </message>
  <message name="FindPerfIdByExternalId24Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="FindPerfExtIdByAK25Request">
    <part name="APerformanceAK" type="xs:string"/>
  </message>
  <message name="FindPerfExtIdByAK25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ChangeAccessConfiguration26Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AAccessConfigurationId" type="xs:anyType"/>
    <part name="ANewXml" type="xs:string"/>
  </message>
  <message name="ChangeAccessConfiguration26Response"/>
  <message name="ChangeSingleStatus27Request">
    <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="ChangeSingleStatus27Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ChangeStatus28Request">
    <part name="APerformanceChangeStatusList" type="xs:string"/>
  </message>
  <message name="ChangeStatus28Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAccessConfigurationId29Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetAccessConfigurationId29Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="ClonePerformance30Request">
    <part name="ASrcPerformanceId" type="xs:int"/>
    <part name="ANewPerfDate" type="xs:dateTime"/>
  </message>
  <message name="ClonePerformance30Response"/>
  <message name="ArePerformancesSellable31Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="ArePerformancesSellable31Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceDays32Request">
    <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="GetPerformanceDays32Response">
    <part name="return" type="ns2:TArrayOfDouble"/>
  </message>
  <message name="GetPerformanceMonths33Request">
    <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="GetPerformanceMonths33Response">
    <part name="return" type="ns2:TArrayOfDouble"/>
  </message>
  <message name="GetPerformanceYears34Request">
    <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="GetPerformanceYears34Response">
    <part name="return" type="ns2:TArrayOfDouble"/>
  </message>
  <message name="GetPerformancePriceTable35Request">
    <part name="APerformanceAKs" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetPerformancePriceTable35Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="CreatePerformances36Request">
    <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="CreatePerformances36Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UpdatePerformance37Request">
    <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="UpdatePerformance37Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="PerformanceDataSetCount38Request">
    <part name="AQueryXML" type="xs:string"/>
  </message>
  <message name="PerformanceDataSetCount38Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetStartBusinessDay39Request"/>
  <message name="GetStartBusinessDay39Response">
    <part name="return" type="ns3:TTime"/>
  </message>
  <message name="GetNextAvailable40Request">
    <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="GetNextAvailable40Response">
    <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_Multi41Request">
    <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_Multi41Response">
    <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="GetTotalPerformanceQuantity42Request">
    <part name="aPerformanceID" type="xs:int"/>
  </message>
  <message name="GetTotalPerformanceQuantity42Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="PerfHasSingleEnvelopeCapacity43Request">
    <part name="APerfId" type="xs:anyType"/>
  </message>
  <message name="PerfHasSingleEnvelopeCapacity43Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetPerformaceInfo44Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerformaceInfo44Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceEvent45Request">
    <part name="aPerfId" type="xs:int"/>
    <part name="aEventId" type="xs:int"/>
    <part name="aEventName" type="xs:string"/>
  </message>
  <message name="GetPerformanceEvent45Response">
    <part name="aEventId" type="xs:int"/>
    <part name="aEventName" type="xs:string"/>
  </message>
  <message name="GetPerformanceAndEventName46Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="GetPerformanceAndEventName46Response">
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="CanDuplicateSeatDesignerDoc47Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="CanDuplicateSeatDesignerDoc47Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetSeatDocsByPerfId48Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="ASeatTopViewDocId" type="xs:anyType"/>
    <part name="ASeatSettingDocId" type="xs:anyType"/>
  </message>
  <message name="GetSeatDocsByPerfId48Response">
    <part name="ASeatTopViewDocId" type="xs:anyType"/>
    <part name="ASeatSettingDocId" type="xs:anyType"/>
  </message>
  <message name="GetCapacityAvailable49Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetCapacityAvailable49Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSaleAvailability50Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetSaleAvailability50Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetFirstCapacityAvailable51Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetFirstCapacityAvailable51Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPerformanceDmgData52Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AObjType" type="xs:int"/>
  </message>
  <message name="GetPerformanceDmgData52Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceDateTime53Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AAddMinOnScreen" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceDateTime53Response">
    <part name="return" type="xs:dateTime"/>
  </message>
  <message name="GetPerformancesForToday54Request">
    <part name="AEventIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformancesForToday54Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceIDsForNow55Request">
    <part name="AEventIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceIDsForNow55Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceDmgCategory56Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceDmgCategory56Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceNameAndTime57Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="APerformanceName" type="xs:string"/>
    <part name="APerfDateTime" type="xs:string"/>
  </message>
  <message name="GetPerformanceNameAndTime57Response">
    <part name="APerformanceName" type="xs:string"/>
    <part name="APerfDateTime" type="xs:string"/>
  </message>
  <message name="GetAvailablePerfIDs58Request">
    <part name="AEventId" type="xs:int"/>
    <part name="PerfFromDT" type="xs:dateTime"/>
    <part name="PerfToDT" type="xs:dateTime"/>
  </message>
  <message name="GetAvailablePerfIDs58Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAvailablePerfAKs59Request">
    <part name="AEventId" type="xs:int"/>
    <part name="PerfFromDT" type="xs:dateTime"/>
    <part name="PerfToDT" type="xs:dateTime"/>
  </message>
  <message name="GetAvailablePerfAKs59Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetOfflinePerfAndEventNameByOffTicketUsageId60Request">
    <part name="AOFFTicketUsageId" type="xs:int"/>
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="GetOfflinePerfAndEventNameByOffTicketUsageId60Response">
    <part name="APerfName" type="xs:string"/>
    <part name="AEventName" type="xs:string"/>
  </message>
  <message name="GetMultiEditCapacityCDS61Request">
    <part name="APerformanceIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetMultiEditCapacityCDS61Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="UpdateMultiCapacity62Request">
    <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="UpdateMultiCapacity62Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetStatus63Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetStatus63Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPerformanceRotations64Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceRotations64Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="PerformanceOnSale65Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="PerformanceOnSale65Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="UpdateExternalId66Request">
    <part name="PerfId" type="xs:int"/>
    <part name="ExternalId" type="xs:string"/>
  </message>
  <message name="UpdateExternalId66Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNextAvailPerfDataPriceTable67Request">
    <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="GetNextAvailPerfDataPriceTable67Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPerformanceDates68Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerformanceDates68Response">
    <part name="DateStart" type="xs:double"/>
    <part name="DateEnd" type="xs:double"/>
    <part name="AllDay" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceInfoByAKs69Request">
    <part name="APerformanceAKs" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetPerformanceInfoByAKs69Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AVET_CreatePerformance70Request">
    <part name="aEventId" type="xs:int"/>
    <part name="APriceTableId" type="xs:int"/>
    <part name="aAccessConfigurationId" type="xs:int"/>
  </message>
  <message name="AVET_CreatePerformance70Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AVET_SyncPerformance71Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="AVET_SyncPerformance71Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="PerformanceInPresale72Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="aExclusive" type="xs:boolean"/>
  </message>
  <message name="PerformanceInPresale72Response">
    <part name="aExclusive" type="xs:boolean"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="PerformanceSeatIsGrouping73Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="PerformanceSeatIsGrouping73Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="NewLinkPerformance74Request">
    <part name="ATemplatePerformanceId" type="xs:int"/>
    <part name="AChildPerformanceId" type="xs:int"/>
  </message>
  <message name="NewLinkPerformance74Response"/>
  <message name="GetPerformanceCodeById75Request">
    <part name="aPerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerformanceCodeById75Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceIdByAK76Request">
    <part name="APerformanceAK" type="xs:string"/>
    <part name="AErrorCode" type="xs:int"/>
  </message>
  <message name="GetPerformanceIdByAK76Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSiaePerformanceCapacityByAttributeId77Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AAttributeId" type="xs:int"/>
  </message>
  <message name="GetSiaePerformanceCapacityByAttributeId77Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="SaveSiaePerformanceCapacities78Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="AXmlData" type="xs:string"/>
  </message>
  <message name="SaveSiaePerformanceCapacities78Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsTemplatePerformanceByPerformanceId79Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="IsTemplatePerformanceByPerformanceId79Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsChildPerformanceByPerformanceId80Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="IsChildPerformanceByPerformanceId80Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SendPerfDeletedNotification81Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="ANotificationType" type="xs:int"/>
    <part name="ADocTemplateId" type="xs:int"/>
  </message>
  <message name="SendPerfDeletedNotification81Response"/>
  <message name="GetPerfNotificationEnabled82Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerfNotificationEnabled82Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerfNotificationTemplateId83Request">
    <part name="APerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerfNotificationTemplateId83Response">
    <part name="return" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceAKFromEventAndDateTime84Request">
    <part name="AEventID" type="xs:int"/>
    <part name="APerfDateTime" type="xs:dateTime"/>
    <part name="APerfID" type="xs:int"/>
  </message>
  <message name="GetPerformanceAKFromEventAndDateTime84Response">
    <part name="APerfID" type="xs:int"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="ApplyPreSaleRule85Request">
    <part name="APerformanceId" type="xs:int"/>
    <part name="aEndSaleDateTime" type="xs:dateTime"/>
    <part name="APriorityPerfID" type="xs:int"/>
  </message>
  <message name="ApplyPreSaleRule85Response">
    <part name="oCount" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerfSubscriptionCDS86Request">
    <part name="APerformanceID" type="xs:int"/>
  </message>
  <message name="GetPerfSubscriptionCDS86Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetBasePerformanceIdByChild87Request">
    <part name="AChildPerformance" type="xs:int"/>
  </message>
  <message name="GetBasePerformanceIdByChild87Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetSIAEPerformanceCapacity88Request">
    <part name="APerformanceID" type="xs:int"/>
  </message>
  <message name="GetSIAEPerformanceCapacity88Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="UpdatePerfPriceMulti89Request">
    <part name="aPerfIds" type="ns2:TArrayOfInt"/>
    <part name="aMatrixcellId" type="xs:int"/>
    <part name="aPrice" type="xs:anyType"/>
  </message>
  <message name="UpdatePerfPriceMulti89Response"/>
  <message name="GetPerformancePrice90Request">
    <part name="aPerfId" type="xs:int"/>
    <part name="aMatrixCellId" type="xs:int"/>
  </message>
  <message name="GetPerformancePrice90Response">
    <part name="return" type="xs:double"/>
  </message>
  <message name="InsertPerformance2MatrixCellLink91Request">
    <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="InsertPerformance2MatrixCellLink91Response">
    <part name="AFilterPerformanceIds" type="ns2:TArrayOfInt"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetFirstMatrixCellWithPeformance92Request">
    <part name="AMatrixCellIIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetFirstMatrixCellWithPeformance92Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckDynamicPricingForPerformances93Request">
    <part name="APerformanceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="CheckDynamicPricingForPerformances93Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceExternalIdAndAK94Request">
    <part name="AExternalHashCodes" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetPerformanceExternalIdAndAK94Response">
    <part name="return" type="ns2:TArrayOfString"/>
  </message>
  <message name="GetDTCMPerformanceMap95Request">
    <part name="aPerformanceCode" type="xs:string"/>
  </message>
  <message name="GetDTCMPerformanceMap95Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDTCMSectionSeats96Request">
    <part name="APerformanceCode" type="xs:string"/>
    <part name="ASectionCode" type="xs:string"/>
  </message>
  <message name="GetDTCMSectionSeats96Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetAllEventsAndPerformances97Request">
    <part name="APerformanceIDS" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAllEventsAndPerformances97Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetPerformancePriceMultiProducts98Request">
    <part name="AMatrixCellIds" type="ns2:TArrayOfInt"/>
    <part name="ADateFrom" type="xs:dateTime"/>
    <part name="ADateTo" type="xs:dateTime"/>
  </message>
  <message name="GetPerformancePriceMultiProducts98Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="IsTemplatePerformance99Request">
    <part name="ATicketId" type="xs:int"/>
  </message>
  <message name="IsTemplatePerformance99Response">
    <part name="return" type="xs:boolean"/>
  </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>
  <message name="GetPerformanceDynamicPrice102Request">
    <part name="AEventId" type="xs:int"/>
    <part name="APerformanceIDs" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetPerformanceDynamicPrice102Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetFirstPerformanceDateFromSaleId103Request">
    <part name="ASaleId" type="xs:int"/>
  </message>
  <message name="GetFirstPerformanceDateFromSaleId103Response">
    <part name="APerformanceDate" type="xs:dateTime"/>
    <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="FindPerfIdByAKAndValidity">
      <input message="tns:FindPerfIdByAKAndValidity22Request"/>
      <output message="tns:FindPerfIdByAKAndValidity22Response"/>
    </operation>
    <operation name="FindPerfAKById">
      <input message="tns:FindPerfAKById23Request"/>
      <output message="tns:FindPerfAKById23Response"/>
    </operation>
    <operation name="FindPerfIdByExternalId">
      <input message="tns:FindPerfIdByExternalId24Request"/>
      <output message="tns:FindPerfIdByExternalId24Response"/>
    </operation>
    <operation name="FindPerfExtIdByAK">
      <input message="tns:FindPerfExtIdByAK25Request"/>
      <output message="tns:FindPerfExtIdByAK25Response"/>
    </operation>
    <operation name="ChangeAccessConfiguration">
      <input message="tns:ChangeAccessConfiguration26Request"/>
      <output message="tns:ChangeAccessConfiguration26Response"/>
    </operation>
    <operation name="ChangeSingleStatus">
      <input message="tns:ChangeSingleStatus27Request"/>
      <output message="tns:ChangeSingleStatus27Response"/>
    </operation>
    <operation name="ChangeStatus">
      <input message="tns:ChangeStatus28Request"/>
      <output message="tns:ChangeStatus28Response"/>
    </operation>
    <operation name="GetAccessConfigurationId">
      <input message="tns:GetAccessConfigurationId29Request"/>
      <output message="tns:GetAccessConfigurationId29Response"/>
    </operation>
    <operation name="ClonePerformance">
      <input message="tns:ClonePerformance30Request"/>
      <output message="tns:ClonePerformance30Response"/>
    </operation>
    <operation name="ArePerformancesSellable">
      <input message="tns:ArePerformancesSellable31Request"/>
      <output message="tns:ArePerformancesSellable31Response"/>
    </operation>
    <operation name="GetPerformanceDays">
      <input message="tns:GetPerformanceDays32Request"/>
      <output message="tns:GetPerformanceDays32Response"/>
    </operation>
    <operation name="GetPerformanceMonths">
      <input message="tns:GetPerformanceMonths33Request"/>
      <output message="tns:GetPerformanceMonths33Response"/>
    </operation>
    <operation name="GetPerformanceYears">
      <input message="tns:GetPerformanceYears34Request"/>
      <output message="tns:GetPerformanceYears34Response"/>
    </operation>
    <operation name="GetPerformancePriceTable">
      <input message="tns:GetPerformancePriceTable35Request"/>
      <output message="tns:GetPerformancePriceTable35Response"/>
    </operation>
    <operation name="CreatePerformances">
      <input message="tns:CreatePerformances36Request"/>
      <output message="tns:CreatePerformances36Response"/>
    </operation>
    <operation name="UpdatePerformance">
      <input message="tns:UpdatePerformance37Request"/>
      <output message="tns:UpdatePerformance37Response"/>
    </operation>
    <operation name="PerformanceDataSetCount">
      <input message="tns:PerformanceDataSetCount38Request"/>
      <output message="tns:PerformanceDataSetCount38Response"/>
    </operation>
    <operation name="GetStartBusinessDay">
      <input message="tns:GetStartBusinessDay39Request"/>
      <output message="tns:GetStartBusinessDay39Response"/>
    </operation>
    <operation name="GetNextAvailable">
      <input message="tns:GetNextAvailable40Request"/>
      <output message="tns:GetNextAvailable40Response"/>
    </operation>
    <operation name="GetNextAvailable_Multi">
      <input message="tns:GetNextAvailable_Multi41Request"/>
      <output message="tns:GetNextAvailable_Multi41Response"/>
    </operation>
    <operation name="GetTotalPerformanceQuantity">
      <input message="tns:GetTotalPerformanceQuantity42Request"/>
      <output message="tns:GetTotalPerformanceQuantity42Response"/>
    </operation>
    <operation name="PerfHasSingleEnvelopeCapacity">
      <input message="tns:PerfHasSingleEnvelopeCapacity43Request"/>
      <output message="tns:PerfHasSingleEnvelopeCapacity43Response"/>
    </operation>
    <operation name="GetPerformaceInfo">
      <input message="tns:GetPerformaceInfo44Request"/>
      <output message="tns:GetPerformaceInfo44Response"/>
    </operation>
    <operation name="GetPerformanceEvent">
      <input message="tns:GetPerformanceEvent45Request"/>
      <output message="tns:GetPerformanceEvent45Response"/>
    </operation>
    <operation name="GetPerformanceAndEventName">
      <input message="tns:GetPerformanceAndEventName46Request"/>
      <output message="tns:GetPerformanceAndEventName46Response"/>
    </operation>
    <operation name="CanDuplicateSeatDesignerDoc">
      <input message="tns:CanDuplicateSeatDesignerDoc47Request"/>
      <output message="tns:CanDuplicateSeatDesignerDoc47Response"/>
    </operation>
    <operation name="GetSeatDocsByPerfId">
      <input message="tns:GetSeatDocsByPerfId48Request"/>
      <output message="tns:GetSeatDocsByPerfId48Response"/>
    </operation>
    <operation name="GetCapacityAvailable">
      <input message="tns:GetCapacityAvailable49Request"/>
      <output message="tns:GetCapacityAvailable49Response"/>
    </operation>
    <operation name="GetSaleAvailability">
      <input message="tns:GetSaleAvailability50Request"/>
      <output message="tns:GetSaleAvailability50Response"/>
    </operation>
    <operation name="GetFirstCapacityAvailable">
      <input message="tns:GetFirstCapacityAvailable51Request"/>
      <output message="tns:GetFirstCapacityAvailable51Response"/>
    </operation>
    <operation name="GetPerformanceDmgData">
      <input message="tns:GetPerformanceDmgData52Request"/>
      <output message="tns:GetPerformanceDmgData52Response"/>
    </operation>
    <operation name="GetPerformanceDateTime">
      <input message="tns:GetPerformanceDateTime53Request"/>
      <output message="tns:GetPerformanceDateTime53Response"/>
    </operation>
    <operation name="GetPerformancesForToday">
      <input message="tns:GetPerformancesForToday54Request"/>
      <output message="tns:GetPerformancesForToday54Response"/>
    </operation>
    <operation name="GetPerformanceIDsForNow">
      <input message="tns:GetPerformanceIDsForNow55Request"/>
      <output message="tns:GetPerformanceIDsForNow55Response"/>
    </operation>
    <operation name="GetPerformanceDmgCategory">
      <input message="tns:GetPerformanceDmgCategory56Request"/>
      <output message="tns:GetPerformanceDmgCategory56Response"/>
    </operation>
    <operation name="GetPerformanceNameAndTime">
      <input message="tns:GetPerformanceNameAndTime57Request"/>
      <output message="tns:GetPerformanceNameAndTime57Response"/>
    </operation>
    <operation name="GetAvailablePerfIDs">
      <input message="tns:GetAvailablePerfIDs58Request"/>
      <output message="tns:GetAvailablePerfIDs58Response"/>
    </operation>
    <operation name="GetAvailablePerfAKs">
      <input message="tns:GetAvailablePerfAKs59Request"/>
      <output message="tns:GetAvailablePerfAKs59Response"/>
    </operation>
    <operation name="GetOfflinePerfAndEventNameByOffTicketUsageId">
      <input message="tns:GetOfflinePerfAndEventNameByOffTicketUsageId60Request"/>
      <output message="tns:GetOfflinePerfAndEventNameByOffTicketUsageId60Response"/>
    </operation>
    <operation name="GetMultiEditCapacityCDS">
      <input message="tns:GetMultiEditCapacityCDS61Request"/>
      <output message="tns:GetMultiEditCapacityCDS61Response"/>
    </operation>
    <operation name="UpdateMultiCapacity">
      <input message="tns:UpdateMultiCapacity62Request"/>
      <output message="tns:UpdateMultiCapacity62Response"/>
    </operation>
    <operation name="GetStatus">
      <input message="tns:GetStatus63Request"/>
      <output message="tns:GetStatus63Response"/>
    </operation>
    <operation name="GetPerformanceRotations">
      <input message="tns:GetPerformanceRotations64Request"/>
      <output message="tns:GetPerformanceRotations64Response"/>
    </operation>
    <operation name="PerformanceOnSale">
      <input message="tns:PerformanceOnSale65Request"/>
      <output message="tns:PerformanceOnSale65Response"/>
    </operation>
    <operation name="UpdateExternalId">
      <input message="tns:UpdateExternalId66Request"/>
      <output message="tns:UpdateExternalId66Response"/>
    </operation>
    <operation name="GetNextAvailPerfDataPriceTable">
      <input message="tns:GetNextAvailPerfDataPriceTable67Request"/>
      <output message="tns:GetNextAvailPerfDataPriceTable67Response"/>
    </operation>
    <operation name="GetPerformanceDates">
      <input message="tns:GetPerformanceDates68Request"/>
      <output message="tns:GetPerformanceDates68Response"/>
    </operation>
    <operation name="GetPerformanceInfoByAKs">
      <input message="tns:GetPerformanceInfoByAKs69Request"/>
      <output message="tns:GetPerformanceInfoByAKs69Response"/>
    </operation>
    <operation name="AVET_CreatePerformance">
      <input message="tns:AVET_CreatePerformance70Request"/>
      <output message="tns:AVET_CreatePerformance70Response"/>
    </operation>
    <operation name="AVET_SyncPerformance">
      <input message="tns:AVET_SyncPerformance71Request"/>
      <output message="tns:AVET_SyncPerformance71Response"/>
    </operation>
    <operation name="PerformanceInPresale">
      <input message="tns:PerformanceInPresale72Request"/>
      <output message="tns:PerformanceInPresale72Response"/>
    </operation>
    <operation name="PerformanceSeatIsGrouping">
      <input message="tns:PerformanceSeatIsGrouping73Request"/>
      <output message="tns:PerformanceSeatIsGrouping73Response"/>
    </operation>
    <operation name="NewLinkPerformance">
      <input message="tns:NewLinkPerformance74Request"/>
      <output message="tns:NewLinkPerformance74Response"/>
    </operation>
    <operation name="GetPerformanceCodeById">
      <input message="tns:GetPerformanceCodeById75Request"/>
      <output message="tns:GetPerformanceCodeById75Response"/>
    </operation>
    <operation name="GetPerformanceIdByAK">
      <input message="tns:GetPerformanceIdByAK76Request"/>
      <output message="tns:GetPerformanceIdByAK76Response"/>
    </operation>
    <operation name="GetSiaePerformanceCapacityByAttributeId">
      <input message="tns:GetSiaePerformanceCapacityByAttributeId77Request"/>
      <output message="tns:GetSiaePerformanceCapacityByAttributeId77Response"/>
    </operation>
    <operation name="SaveSiaePerformanceCapacities">
      <input message="tns:SaveSiaePerformanceCapacities78Request"/>
      <output message="tns:SaveSiaePerformanceCapacities78Response"/>
    </operation>
    <operation name="IsTemplatePerformanceByPerformanceId">
      <input message="tns:IsTemplatePerformanceByPerformanceId79Request"/>
      <output message="tns:IsTemplatePerformanceByPerformanceId79Response"/>
    </operation>
    <operation name="IsChildPerformanceByPerformanceId">
      <input message="tns:IsChildPerformanceByPerformanceId80Request"/>
      <output message="tns:IsChildPerformanceByPerformanceId80Response"/>
    </operation>
    <operation name="SendPerfDeletedNotification">
      <input message="tns:SendPerfDeletedNotification81Request"/>
      <output message="tns:SendPerfDeletedNotification81Response"/>
    </operation>
    <operation name="GetPerfNotificationEnabled">
      <input message="tns:GetPerfNotificationEnabled82Request"/>
      <output message="tns:GetPerfNotificationEnabled82Response"/>
    </operation>
    <operation name="GetPerfNotificationTemplateId">
      <input message="tns:GetPerfNotificationTemplateId83Request"/>
      <output message="tns:GetPerfNotificationTemplateId83Response"/>
    </operation>
    <operation name="GetPerformanceAKFromEventAndDateTime">
      <input message="tns:GetPerformanceAKFromEventAndDateTime84Request"/>
      <output message="tns:GetPerformanceAKFromEventAndDateTime84Response"/>
    </operation>
    <operation name="ApplyPreSaleRule">
      <input message="tns:ApplyPreSaleRule85Request"/>
      <output message="tns:ApplyPreSaleRule85Response"/>
    </operation>
    <operation name="GetPerfSubscriptionCDS">
      <input message="tns:GetPerfSubscriptionCDS86Request"/>
      <output message="tns:GetPerfSubscriptionCDS86Response"/>
    </operation>
    <operation name="GetBasePerformanceIdByChild">
      <input message="tns:GetBasePerformanceIdByChild87Request"/>
      <output message="tns:GetBasePerformanceIdByChild87Response"/>
    </operation>
    <operation name="GetSIAEPerformanceCapacity">
      <input message="tns:GetSIAEPerformanceCapacity88Request"/>
      <output message="tns:GetSIAEPerformanceCapacity88Response"/>
    </operation>
    <operation name="UpdatePerfPriceMulti">
      <input message="tns:UpdatePerfPriceMulti89Request"/>
      <output message="tns:UpdatePerfPriceMulti89Response"/>
    </operation>
    <operation name="GetPerformancePrice">
      <input message="tns:GetPerformancePrice90Request"/>
      <output message="tns:GetPerformancePrice90Response"/>
    </operation>
    <operation name="InsertPerformance2MatrixCellLink">
      <input message="tns:InsertPerformance2MatrixCellLink91Request"/>
      <output message="tns:InsertPerformance2MatrixCellLink91Response"/>
    </operation>
    <operation name="GetFirstMatrixCellWithPeformance">
      <input message="tns:GetFirstMatrixCellWithPeformance92Request"/>
      <output message="tns:GetFirstMatrixCellWithPeformance92Response"/>
    </operation>
    <operation name="CheckDynamicPricingForPerformances">
      <input message="tns:CheckDynamicPricingForPerformances93Request"/>
      <output message="tns:CheckDynamicPricingForPerformances93Response"/>
    </operation>
    <operation name="GetPerformanceExternalIdAndAK">
      <input message="tns:GetPerformanceExternalIdAndAK94Request"/>
      <output message="tns:GetPerformanceExternalIdAndAK94Response"/>
    </operation>
    <operation name="GetDTCMPerformanceMap">
      <input message="tns:GetDTCMPerformanceMap95Request"/>
      <output message="tns:GetDTCMPerformanceMap95Response"/>
    </operation>
    <operation name="GetDTCMSectionSeats">
      <input message="tns:GetDTCMSectionSeats96Request"/>
      <output message="tns:GetDTCMSectionSeats96Response"/>
    </operation>
    <operation name="GetAllEventsAndPerformances">
      <input message="tns:GetAllEventsAndPerformances97Request"/>
      <output message="tns:GetAllEventsAndPerformances97Response"/>
    </operation>
    <operation name="GetPerformancePriceMultiProducts">
      <input message="tns:GetPerformancePriceMultiProducts98Request"/>
      <output message="tns:GetPerformancePriceMultiProducts98Response"/>
    </operation>
    <operation name="IsTemplatePerformance">
      <input message="tns:IsTemplatePerformance99Request"/>
      <output message="tns:IsTemplatePerformance99Response"/>
    </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>
    <operation name="GetPerformanceDynamicPrice">
      <input message="tns:GetPerformanceDynamicPrice102Request"/>
      <output message="tns:GetPerformanceDynamicPrice102Response"/>
    </operation>
    <operation name="GetFirstPerformanceDateFromSaleId">
      <input message="tns:GetFirstPerformanceDateFromSaleId103Request"/>
      <output message="tns:GetFirstPerformanceDateFromSaleId103Response"/>
    </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="FindPerfIdByAKAndValidity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#FindPerfIdByAKAndValidity" 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="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>
    <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="GetFirstPerformanceDateFromSaleId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBPerformanceIntf-IWsDBPerformance#GetFirstPerformanceDateFromSaleId" 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://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsDBPerformance"/>
    </port>
  </service>
</definitions>

