<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsResourceScheduleservice" 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:uRequirementSupport" xmlns:ns2="urn:OtnSysUtils">
  <types>
    <xs:schema targetNamespace="urn:uRequirementSupport" xmlns="urn:uRequirementSupport">
      <xs:complexType name="TErrorInfo">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ErrorCode" type="xs:int"/>
          <xs:element name="Messages" type="xs:string"/>
          <xs:element name="Level" type="ns1:TErrorLevel"/>
        </sequence>
      </xs:complexType>
      <xs:simpleType name="TErrorLevel">
        <xs:restriction base="xs:string">
          <xs:enumeration value="etOK"/>
          <xs:enumeration value="etWarning"/>
          <xs:enumeration value="etError"/>
        </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:schema>
  </types>
  <message name="GetScheduleData0Request">
    <part name="aScheduleId" type="xs:int"/>
  </message>
  <message name="GetScheduleData0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetEvent1Request">
    <part name="aEventId" type="xs:int"/>
  </message>
  <message name="GetEvent1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ApplySchedule2Request">
    <part name="aSchedule" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="ApplySchedule2Response">
    <part name="aSchedule" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetResourcesSchedule3Request">
    <part name="aResourceId" type="xs:int"/>
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
    <part name="aSchedule" type="xs:string"/>
    <part name="aCalendarAvailability" type="xs:string"/>
    <part name="aNeedCalendar" type="xs:boolean"/>
    <part name="aResQuantity" type="xs:int"/>
  </message>
  <message name="GetResourcesSchedule3Response">
    <part name="aSchedule" type="xs:string"/>
    <part name="aCalendarAvailability" type="xs:string"/>
    <part name="aNeedCalendar" type="xs:boolean"/>
    <part name="aResQuantity" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetResourcesScheduleList4Request">
    <part name="aResourceIds" type="ns2:TArrayOfInt"/>
    <part name="aFromDate" type="xs:double"/>
    <part name="aToDate" type="xs:double"/>
    <part name="aSchedule" type="xs:string"/>
    <part name="aCalendarAvailability" type="xs:string"/>
  </message>
  <message name="GetResourcesScheduleList4Response">
    <part name="aSchedule" type="xs:string"/>
    <part name="aCalendarAvailability" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceSchedule5Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aSchedule" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aTemplateUsed" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceSchedule5Response">
    <part name="aSchedule" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aTemplateUsed" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceListSchedule6Request">
    <part name="aPerformanceIds" type="xs:string"/>
    <part name="aSchedule" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aTemplateUsed" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceListSchedule6Response">
    <part name="aSchedule" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aTemplateUsed" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="TrySchedulePerformance7Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aTemplateId" type="xs:int"/>
    <part name="aQuantity" type="xs:int"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aNoScheduleReason" type="xs:string"/>
  </message>
  <message name="TrySchedulePerformance7Response">
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aNoScheduleReason" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetResourceCalendarAvailability8Request">
    <part name="aResourceId" type="xs:int"/>
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
    <part name="aResourceCalendar" type="xs:string"/>
    <part name="aNeedCalendar" type="xs:boolean"/>
    <part name="aResQuantity" type="xs:int"/>
  </message>
  <message name="GetResourceCalendarAvailability8Response">
    <part name="aResourceCalendar" type="xs:string"/>
    <part name="aNeedCalendar" type="xs:boolean"/>
    <part name="aResQuantity" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="SchedulePerformance9Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aTemplateId" type="xs:int"/>
    <part name="aQuantity" type="xs:int"/>
    <part name="aSchedule" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="SchedulePerformance9Response">
    <part name="aSchedule" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RemovePerformanceSchedule10Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aSchedulRoot" type="xs:string"/>
  </message>
  <message name="RemovePerformanceSchedule10Response">
    <part name="aSchedulRoot" type="xs:string"/>
  </message>
  <message name="PerformanceRequireTemplate11Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aTemplate" type="xs:string"/>
  </message>
  <message name="PerformanceRequireTemplate11Response">
    <part name="aTemplate" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AddFrameToResourceCalendar12Request">
    <part name="aResourceId" type="xs:int"/>
    <part name="aFromDate" type="xs:date"/>
    <part name="aToDate" type="xs:date"/>
    <part name="aFromTime" type="xs:time"/>
    <part name="aDuration" type="xs:int"/>
  </message>
  <message name="AddFrameToResourceCalendar12Response"/>
  <message name="GetPerformances13Request">
    <part name="aEventList" type="xs:string"/>
    <part name="aFromDate" type="xs:date"/>
    <part name="aToDate" type="xs:date"/>
    <part name="ADaysList" type="xs:string"/>
  </message>
  <message name="GetPerformances13Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AllocateResource14Request">
    <part name="aResourceId" type="xs:int"/>
    <part name="aFromDateandTime" type="xs:dateTime"/>
    <part name="aDuration" type="xs:int"/>
    <part name="aScheduleType" type="xs:int"/>
    <part name="aNote" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aXml" type="xs:string"/>
  </message>
  <message name="AllocateResource14Response">
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aXml" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ChangeResourceAllocation15Request">
    <part name="aScheduleId" type="xs:int"/>
    <part name="aFromDateandTime" type="xs:dateTime"/>
    <part name="aDuration" type="xs:int"/>
    <part name="aScheduleType" type="xs:int"/>
    <part name="aNote" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aXml" type="xs:string"/>
  </message>
  <message name="ChangeResourceAllocation15Response">
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aXml" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="AllocatePerformanceWithResourceAndRequirements16Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aResourceId" type="xs:int"/>
    <part name="aRequirement" type="xs:int"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aScheduleRoot" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
  </message>
  <message name="AllocatePerformanceWithResourceAndRequirements16Response">
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aScheduleRoot" type="xs:string"/>
    <part name="aAllocated" type="xs:boolean"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceCreationInfo17Request">
    <part name="aEventId" type="xs:int"/>
  </message>
  <message name="GetPerformanceCreationInfo17Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPerformanceEditInfo18Request">
    <part name="aPerformanceId" type="xs:int"/>
  </message>
  <message name="GetPerformanceEditInfo18Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetResourceForRequirementChoice19Request">
    <part name="aRequirement" type="xs:int"/>
    <part name="aRequirementSpec" type="xs:string"/>
    <part name="aQuantity" type="xs:int"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aResourceList" type="xs:string"/>
    <part name="aNewRequirement" type="xs:int"/>
  </message>
  <message name="GetResourceForRequirementChoice19Response">
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aResourceList" type="xs:string"/>
    <part name="aNewRequirement" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAllocatedResource20Request">
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
    <part name="AResourceTypeId" type="xs:int"/>
    <part name="aRes" type="xs:string"/>
  </message>
  <message name="GetAllocatedResource20Response">
    <part name="aRes" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAvailableResource21Request">
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
    <part name="aRes" type="xs:string"/>
  </message>
  <message name="GetAvailableResource21Response">
    <part name="aRes" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetAvailableResourceTimeRange22Request">
    <part name="aDate" type="xs:dateTime"/>
    <part name="aFromTime" type="xs:dateTime"/>
    <part name="aToTime" type="xs:dateTime"/>
    <part name="aRes" type="xs:string"/>
  </message>
  <message name="GetAvailableResourceTimeRange22Response">
    <part name="aRes" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetResourceForRequirements23Request">
    <part name="aRequirements" type="xs:string"/>
    <part name="aResourceList" type="xs:string"/>
  </message>
  <message name="GetResourceForRequirements23Response">
    <part name="aResourceList" type="xs:string"/>
  </message>
  <message name="CreatePerformance24Request">
    <part name="aEventId" type="xs:int"/>
    <part name="aDescription" type="xs:string"/>
    <part name="aDate" type="xs:date"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
    <part name="aTemplate" type="xs:string"/>
    <part name="aAdmissionProfile" type="xs:int"/>
    <part name="aDmgCategory" type="xs:int"/>
    <part name="aPriceTable" type="xs:int"/>
    <part name="aBlockPerformance" type="xs:boolean"/>
    <part name="aScheduleData" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aPerformanceInfo" type="xs:string"/>
    <part name="ARequirementTemplateId" type="xs:int"/>
  </message>
  <message name="CreatePerformance24Response">
    <part name="aScheduleData" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aPerformanceInfo" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="EditPerformance25Request">
    <part name="aPerformance" type="xs:int"/>
    <part name="eDescription" type="xs:string"/>
    <part name="aTemplate" type="xs:string"/>
    <part name="aScheduleData" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aPerformanceInfo" type="xs:string"/>
    <part name="ARequirementTemplateId" type="xs:int"/>
  </message>
  <message name="EditPerformance25Response">
    <part name="aScheduleData" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aPerformanceInfo" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceMissingRequirementForAllocation26Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aRequirementsIds" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="GetPerformanceMissingRequirementForAllocation26Response">
    <part name="aRequirementsIds" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ChangePerformanceTimeById27Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="ChangePerformanceTimeById27Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ChangePerformanceTimeByXml28Request">
    <part name="aPerformanceXml" type="xs:string"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="CheckBeforeSave" type="xs:boolean"/>
  </message>
  <message name="ChangePerformanceTimeByXml28Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="TryChangePerformanceTime29Request">
    <part name="aPerformance" type="xs:string"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aScheduleChanged" type="xs:string"/>
    <part name="CheckBeforeSave" type="xs:boolean"/>
  </message>
  <message name="TryChangePerformanceTime29Response">
    <part name="aPerformance" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aScheduleChanged" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="TryChangePerformanceTime30Request">
    <part name="aPerformance" type="xs:int"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aScheduleChanged" type="xs:string"/>
    <part name="CheckBeforeSave" type="xs:boolean"/>
  </message>
  <message name="TryChangePerformanceTime30Response">
    <part name="aPerformance" type="xs:int"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aScheduleChanged" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="TryChangeScheduleTime31Request">
    <part name="aSchedule" type="xs:string"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="TryChangeScheduleTime31Response">
    <part name="aSchedule" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="TryChangeScheduleResource32Request">
    <part name="aScheduleId" type="xs:int"/>
    <part name="aResourceID" type="xs:int"/>
    <part name="aNewSchedule" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
    <part name="aFromTime" type="xs:dateTime"/>
  </message>
  <message name="TryChangeScheduleResource32Response">
    <part name="aNewSchedule" type="xs:string"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ActivateCalendar33Request">
    <part name="aResource" type="xs:int"/>
    <part name="aDate" type="xs:date"/>
    <part name="aFromTime" type="xs:time"/>
    <part name="aToTime" type="xs:time"/>
  </message>
  <message name="ActivateCalendar33Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CheckAvailable34Request">
    <part name="aResourceId" type="xs:int"/>
    <part name="aCheckCalendar" type="xs:boolean"/>
    <part name="aFromDateAndTime" type="xs:dateTime"/>
    <part name="aDuration" type="xs:int"/>
    <part name="aQuantity" type="xs:int"/>
    <part name="aWarnQuantity" type="xs:int"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="aIgnoreWarning" type="xs:boolean"/>
  </message>
  <message name="CheckAvailable34Response">
    <part name="aQuantity" type="xs:int"/>
    <part name="aWarnQuantity" type="xs:int"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="HaveTimeFrame35Request">
    <part name="aResourceid" type="xs:int"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
  </message>
  <message name="HaveTimeFrame35Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="HaveTimeFrameList36Request">
    <part name="aResourceIds" type="ns2:TArrayOfInt"/>
    <part name="aFrom" type="xs:dateTime"/>
    <part name="aTo" type="xs:dateTime"/>
  </message>
  <message name="HaveTimeFrameList36Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSalePerformanceData37Request">
    <part name="aSaleId" type="xs:int"/>
    <part name="aPerformanceRoot" type="xs:string"/>
  </message>
  <message name="GetSalePerformanceData37Response">
    <part name="aPerformanceRoot" type="xs:string"/>
  </message>
  <message name="CheckDateContractInPeriodByResource38Request">
    <part name="AResourceId" type="xs:int"/>
    <part name="AContractId" type="xs:int"/>
    <part name="AStarTXsDate" type="xs:date"/>
    <part name="AEndDate" type="xs:date"/>
  </message>
  <message name="CheckDateContractInPeriodByResource38Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetExtendedDescriptionByTicketId39Request">
    <part name="aTicketId" type="xs:int"/>
  </message>
  <message name="GetExtendedDescriptionByTicketId39Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetTicketTypeBySaleId40Request">
    <part name="aSaleId" type="xs:int"/>
  </message>
  <message name="GetTicketTypeBySaleId40Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetPaymentDetailsBySaleId41Request">
    <part name="aSaleId" type="xs:int"/>
  </message>
  <message name="GetPaymentDetailsBySaleId41Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="DeleteSchedule42Request">
    <part name="aScheduleId" type="xs:int"/>
    <part name="aPerformancesDeallocated" type="xs:string"/>
  </message>
  <message name="DeleteSchedule42Response">
    <part name="aPerformancesDeallocated" type="xs:string"/>
  </message>
  <message name="MoveUpResType43Request">
    <part name="aResourceType" type="xs:int"/>
  </message>
  <message name="MoveUpResType43Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MoveDownResType44Request">
    <part name="aResourceType" type="xs:int"/>
  </message>
  <message name="MoveDownResType44Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MoveUpRes45Request">
    <part name="aResource" type="xs:int"/>
  </message>
  <message name="MoveUpRes45Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="MoveDownRes46Request">
    <part name="aResource" type="xs:int"/>
  </message>
  <message name="MoveDownRes46Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CountScheduledInCalendar47Request">
    <part name="ACalendarId" type="xs:int"/>
    <part name="AResourceId" type="xs:int"/>
    <part name="AStarTXsDate" type="xs:date"/>
    <part name="AEndDate" type="xs:date"/>
  </message>
  <message name="CountScheduledInCalendar47Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckResourceScheduledInDateRange48Request">
    <part name="AResourceId" type="xs:int"/>
    <part name="AStarTXsDate" type="xs:date"/>
    <part name="AEndDate" type="xs:date"/>
  </message>
  <message name="CheckResourceScheduledInDateRange48Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="DetectResourceScheduledInDay49Request">
    <part name="AResourceId" type="xs:int"/>
    <part name="ADateToCheck" type="xs:date"/>
  </message>
  <message name="DetectResourceScheduledInDay49Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetMinDateMaxDateEnagedByResource50Request">
    <part name="AResourceId" type="xs:int"/>
    <part name="AStarTXsDate" type="xs:date"/>
    <part name="AEndDate" type="xs:date"/>
    <part name="AMinDateEngaged" type="xs:double"/>
    <part name="AMaxDateEngaged" type="xs:double"/>
  </message>
  <message name="GetMinDateMaxDateEnagedByResource50Response">
    <part name="AMinDateEngaged" type="xs:double"/>
    <part name="AMaxDateEngaged" type="xs:double"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="IsResourcemanagemetEvent51Request">
    <part name="aEvent" type="xs:int"/>
  </message>
  <message name="IsResourcemanagemetEvent51Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsRequirementActive52Request">
    <part name="ARequirementId" type="xs:int"/>
  </message>
  <message name="IsRequirementActive52Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="DeActivateCalendar53Request">
    <part name="aResource" type="xs:int"/>
    <part name="aDate" type="xs:date"/>
    <part name="aFromTime" type="xs:time"/>
    <part name="aToTime" type="xs:time"/>
  </message>
  <message name="DeActivateCalendar53Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RequirementTemplate_SetUpPerformanceName54Request">
    <part name="ARequirementTemplateId" type="xs:int"/>
  </message>
  <message name="RequirementTemplate_SetUpPerformanceName54Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetPerformanceData55Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aPerformanceRoot" type="xs:string"/>
  </message>
  <message name="GetPerformanceData55Response">
    <part name="aPerformanceRoot" type="xs:string"/>
  </message>
  <message name="ResourceIsAllocated56Request">
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
    <part name="ResourceId" type="xs:int"/>
  </message>
  <message name="ResourceIsAllocated56Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RemoveResourceAllocation57Request">
    <part name="aFromDate" type="xs:dateTime"/>
    <part name="aToDate" type="xs:dateTime"/>
    <part name="ResourceId" type="xs:int"/>
  </message>
  <message name="RemoveResourceAllocation57Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="ResourceHasCalendar58Request">
    <part name="AresourceId" type="xs:int"/>
  </message>
  <message name="ResourceHasCalendar58Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetResourcePhotoPath59Request">
    <part name="AResId" type="xs:int"/>
    <part name="AObjType" type="xs:int"/>
  </message>
  <message name="GetResourcePhotoPath59Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="CheckResourceIsExtraTime60Request">
    <part name="AResourceId" type="xs:int"/>
    <part name="AFromDT" type="xs:dateTime"/>
  </message>
  <message name="CheckResourceIsExtraTime60Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="UpdateResourceMultiAllocationStatus61Request">
    <part name="ATransactionId" type="xs:int"/>
  </message>
  <message name="UpdateResourceMultiAllocationStatus61Response"/>
  <message name="GetRequirementQuantity62Request">
    <part name="RequirementTemplateItemID" type="xs:int"/>
  </message>
  <message name="GetRequirementQuantity62Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetAutomaticResource63Request">
    <part name="aDateFrom" type="xs:dateTime"/>
    <part name="aTimeFrom" type="xs:dateTime"/>
    <part name="aTimeTo" type="xs:dateTime"/>
    <part name="aDuration" type="xs:int"/>
    <part name="aResourceIds" type="ns2:TArrayOfInt"/>
  </message>
  <message name="GetAutomaticResource63Response">
    <part name="aResourceIds" type="ns2:TArrayOfInt"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="CheckScheduleChangeAllocationAndResource64Request">
    <part name="aPerformanceId" type="xs:int"/>
    <part name="aScheduleId" type="xs:int"/>
    <part name="aResourceID" type="xs:int"/>
    <part name="aFromTime" type="xs:dateTime"/>
    <part name="aToTime" type="xs:dateTime"/>
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
  </message>
  <message name="CheckScheduleChangeAllocationAndResource64Response">
    <part name="aErrorInfo" type="ns1:TErrorInfo"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsResourceSchedule">
    <operation name="GetScheduleData">
      <input message="tns:GetScheduleData0Request"/>
      <output message="tns:GetScheduleData0Response"/>
    </operation>
    <operation name="GetEvent">
      <input message="tns:GetEvent1Request"/>
      <output message="tns:GetEvent1Response"/>
    </operation>
    <operation name="ApplySchedule">
      <input message="tns:ApplySchedule2Request"/>
      <output message="tns:ApplySchedule2Response"/>
    </operation>
    <operation name="GetResourcesSchedule">
      <input message="tns:GetResourcesSchedule3Request"/>
      <output message="tns:GetResourcesSchedule3Response"/>
    </operation>
    <operation name="GetResourcesScheduleList">
      <input message="tns:GetResourcesScheduleList4Request"/>
      <output message="tns:GetResourcesScheduleList4Response"/>
    </operation>
    <operation name="GetPerformanceSchedule">
      <input message="tns:GetPerformanceSchedule5Request"/>
      <output message="tns:GetPerformanceSchedule5Response"/>
    </operation>
    <operation name="GetPerformanceListSchedule">
      <input message="tns:GetPerformanceListSchedule6Request"/>
      <output message="tns:GetPerformanceListSchedule6Response"/>
    </operation>
    <operation name="TrySchedulePerformance">
      <input message="tns:TrySchedulePerformance7Request"/>
      <output message="tns:TrySchedulePerformance7Response"/>
    </operation>
    <operation name="GetResourceCalendarAvailability">
      <input message="tns:GetResourceCalendarAvailability8Request"/>
      <output message="tns:GetResourceCalendarAvailability8Response"/>
    </operation>
    <operation name="SchedulePerformance">
      <input message="tns:SchedulePerformance9Request"/>
      <output message="tns:SchedulePerformance9Response"/>
    </operation>
    <operation name="RemovePerformanceSchedule">
      <input message="tns:RemovePerformanceSchedule10Request"/>
      <output message="tns:RemovePerformanceSchedule10Response"/>
    </operation>
    <operation name="PerformanceRequireTemplate">
      <input message="tns:PerformanceRequireTemplate11Request"/>
      <output message="tns:PerformanceRequireTemplate11Response"/>
    </operation>
    <operation name="AddFrameToResourceCalendar">
      <input message="tns:AddFrameToResourceCalendar12Request"/>
      <output message="tns:AddFrameToResourceCalendar12Response"/>
    </operation>
    <operation name="GetPerformances">
      <input message="tns:GetPerformances13Request"/>
      <output message="tns:GetPerformances13Response"/>
    </operation>
    <operation name="AllocateResource">
      <input message="tns:AllocateResource14Request"/>
      <output message="tns:AllocateResource14Response"/>
    </operation>
    <operation name="ChangeResourceAllocation">
      <input message="tns:ChangeResourceAllocation15Request"/>
      <output message="tns:ChangeResourceAllocation15Response"/>
    </operation>
    <operation name="AllocatePerformanceWithResourceAndRequirements">
      <input message="tns:AllocatePerformanceWithResourceAndRequirements16Request"/>
      <output message="tns:AllocatePerformanceWithResourceAndRequirements16Response"/>
    </operation>
    <operation name="GetPerformanceCreationInfo">
      <input message="tns:GetPerformanceCreationInfo17Request"/>
      <output message="tns:GetPerformanceCreationInfo17Response"/>
    </operation>
    <operation name="GetPerformanceEditInfo">
      <input message="tns:GetPerformanceEditInfo18Request"/>
      <output message="tns:GetPerformanceEditInfo18Response"/>
    </operation>
    <operation name="GetResourceForRequirementChoice">
      <input message="tns:GetResourceForRequirementChoice19Request"/>
      <output message="tns:GetResourceForRequirementChoice19Response"/>
    </operation>
    <operation name="GetAllocatedResource">
      <input message="tns:GetAllocatedResource20Request"/>
      <output message="tns:GetAllocatedResource20Response"/>
    </operation>
    <operation name="GetAvailableResource">
      <input message="tns:GetAvailableResource21Request"/>
      <output message="tns:GetAvailableResource21Response"/>
    </operation>
    <operation name="GetAvailableResourceTimeRange">
      <input message="tns:GetAvailableResourceTimeRange22Request"/>
      <output message="tns:GetAvailableResourceTimeRange22Response"/>
    </operation>
    <operation name="GetResourceForRequirements">
      <input message="tns:GetResourceForRequirements23Request"/>
      <output message="tns:GetResourceForRequirements23Response"/>
    </operation>
    <operation name="CreatePerformance">
      <input message="tns:CreatePerformance24Request"/>
      <output message="tns:CreatePerformance24Response"/>
    </operation>
    <operation name="EditPerformance">
      <input message="tns:EditPerformance25Request"/>
      <output message="tns:EditPerformance25Response"/>
    </operation>
    <operation name="GetPerformanceMissingRequirementForAllocation">
      <input message="tns:GetPerformanceMissingRequirementForAllocation26Request"/>
      <output message="tns:GetPerformanceMissingRequirementForAllocation26Response"/>
    </operation>
    <operation name="ChangePerformanceTimeById">
      <input message="tns:ChangePerformanceTimeById27Request"/>
      <output message="tns:ChangePerformanceTimeById27Response"/>
    </operation>
    <operation name="ChangePerformanceTimeByXml">
      <input message="tns:ChangePerformanceTimeByXml28Request"/>
      <output message="tns:ChangePerformanceTimeByXml28Response"/>
    </operation>
    <operation name="TryChangePerformanceTime">
      <input message="tns:TryChangePerformanceTime29Request"/>
      <output message="tns:TryChangePerformanceTime29Response"/>
    </operation>
    <operation name="TryChangePerformanceTime">
      <input message="tns:TryChangePerformanceTime30Request"/>
      <output message="tns:TryChangePerformanceTime30Response"/>
    </operation>
    <operation name="TryChangeScheduleTime">
      <input message="tns:TryChangeScheduleTime31Request"/>
      <output message="tns:TryChangeScheduleTime31Response"/>
    </operation>
    <operation name="TryChangeScheduleResource">
      <input message="tns:TryChangeScheduleResource32Request"/>
      <output message="tns:TryChangeScheduleResource32Response"/>
    </operation>
    <operation name="ActivateCalendar">
      <input message="tns:ActivateCalendar33Request"/>
      <output message="tns:ActivateCalendar33Response"/>
    </operation>
    <operation name="CheckAvailable">
      <input message="tns:CheckAvailable34Request"/>
      <output message="tns:CheckAvailable34Response"/>
    </operation>
    <operation name="HaveTimeFrame">
      <input message="tns:HaveTimeFrame35Request"/>
      <output message="tns:HaveTimeFrame35Response"/>
    </operation>
    <operation name="HaveTimeFrameList">
      <input message="tns:HaveTimeFrameList36Request"/>
      <output message="tns:HaveTimeFrameList36Response"/>
    </operation>
    <operation name="GetSalePerformanceData">
      <input message="tns:GetSalePerformanceData37Request"/>
      <output message="tns:GetSalePerformanceData37Response"/>
    </operation>
    <operation name="CheckDateContractInPeriodByResource">
      <input message="tns:CheckDateContractInPeriodByResource38Request"/>
      <output message="tns:CheckDateContractInPeriodByResource38Response"/>
    </operation>
    <operation name="GetExtendedDescriptionByTicketId">
      <input message="tns:GetExtendedDescriptionByTicketId39Request"/>
      <output message="tns:GetExtendedDescriptionByTicketId39Response"/>
    </operation>
    <operation name="GetTicketTypeBySaleId">
      <input message="tns:GetTicketTypeBySaleId40Request"/>
      <output message="tns:GetTicketTypeBySaleId40Response"/>
    </operation>
    <operation name="GetPaymentDetailsBySaleId">
      <input message="tns:GetPaymentDetailsBySaleId41Request"/>
      <output message="tns:GetPaymentDetailsBySaleId41Response"/>
    </operation>
    <operation name="DeleteSchedule">
      <input message="tns:DeleteSchedule42Request"/>
      <output message="tns:DeleteSchedule42Response"/>
    </operation>
    <operation name="MoveUpResType">
      <input message="tns:MoveUpResType43Request"/>
      <output message="tns:MoveUpResType43Response"/>
    </operation>
    <operation name="MoveDownResType">
      <input message="tns:MoveDownResType44Request"/>
      <output message="tns:MoveDownResType44Response"/>
    </operation>
    <operation name="MoveUpRes">
      <input message="tns:MoveUpRes45Request"/>
      <output message="tns:MoveUpRes45Response"/>
    </operation>
    <operation name="MoveDownRes">
      <input message="tns:MoveDownRes46Request"/>
      <output message="tns:MoveDownRes46Response"/>
    </operation>
    <operation name="CountScheduledInCalendar">
      <input message="tns:CountScheduledInCalendar47Request"/>
      <output message="tns:CountScheduledInCalendar47Response"/>
    </operation>
    <operation name="CheckResourceScheduledInDateRange">
      <input message="tns:CheckResourceScheduledInDateRange48Request"/>
      <output message="tns:CheckResourceScheduledInDateRange48Response"/>
    </operation>
    <operation name="DetectResourceScheduledInDay">
      <input message="tns:DetectResourceScheduledInDay49Request"/>
      <output message="tns:DetectResourceScheduledInDay49Response"/>
    </operation>
    <operation name="GetMinDateMaxDateEnagedByResource">
      <input message="tns:GetMinDateMaxDateEnagedByResource50Request"/>
      <output message="tns:GetMinDateMaxDateEnagedByResource50Response"/>
    </operation>
    <operation name="IsResourcemanagemetEvent">
      <input message="tns:IsResourcemanagemetEvent51Request"/>
      <output message="tns:IsResourcemanagemetEvent51Response"/>
    </operation>
    <operation name="IsRequirementActive">
      <input message="tns:IsRequirementActive52Request"/>
      <output message="tns:IsRequirementActive52Response"/>
    </operation>
    <operation name="DeActivateCalendar">
      <input message="tns:DeActivateCalendar53Request"/>
      <output message="tns:DeActivateCalendar53Response"/>
    </operation>
    <operation name="RequirementTemplate_SetUpPerformanceName">
      <input message="tns:RequirementTemplate_SetUpPerformanceName54Request"/>
      <output message="tns:RequirementTemplate_SetUpPerformanceName54Response"/>
    </operation>
    <operation name="GetPerformanceData">
      <input message="tns:GetPerformanceData55Request"/>
      <output message="tns:GetPerformanceData55Response"/>
    </operation>
    <operation name="ResourceIsAllocated">
      <input message="tns:ResourceIsAllocated56Request"/>
      <output message="tns:ResourceIsAllocated56Response"/>
    </operation>
    <operation name="RemoveResourceAllocation">
      <input message="tns:RemoveResourceAllocation57Request"/>
      <output message="tns:RemoveResourceAllocation57Response"/>
    </operation>
    <operation name="ResourceHasCalendar">
      <input message="tns:ResourceHasCalendar58Request"/>
      <output message="tns:ResourceHasCalendar58Response"/>
    </operation>
    <operation name="GetResourcePhotoPath">
      <input message="tns:GetResourcePhotoPath59Request"/>
      <output message="tns:GetResourcePhotoPath59Response"/>
    </operation>
    <operation name="CheckResourceIsExtraTime">
      <input message="tns:CheckResourceIsExtraTime60Request"/>
      <output message="tns:CheckResourceIsExtraTime60Response"/>
    </operation>
    <operation name="UpdateResourceMultiAllocationStatus">
      <input message="tns:UpdateResourceMultiAllocationStatus61Request"/>
      <output message="tns:UpdateResourceMultiAllocationStatus61Response"/>
    </operation>
    <operation name="GetRequirementQuantity">
      <input message="tns:GetRequirementQuantity62Request"/>
      <output message="tns:GetRequirementQuantity62Response"/>
    </operation>
    <operation name="GetAutomaticResource">
      <input message="tns:GetAutomaticResource63Request"/>
      <output message="tns:GetAutomaticResource63Response"/>
    </operation>
    <operation name="CheckScheduleChangeAllocationAndResource">
      <input message="tns:CheckScheduleChangeAllocationAndResource64Request"/>
      <output message="tns:CheckScheduleChangeAllocationAndResource64Response"/>
    </operation>
  </portType>
  <binding name="IWsResourceSchedulebinding" type="tns:IWsResourceSchedule">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetScheduleData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetScheduleData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="ApplySchedule">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#ApplySchedule" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetResourcesSchedule">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetResourcesSchedule" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetResourcesScheduleList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetResourcesScheduleList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPerformanceSchedule">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPerformanceSchedule" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPerformanceListSchedule">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPerformanceListSchedule" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="TrySchedulePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#TrySchedulePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetResourceCalendarAvailability">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetResourceCalendarAvailability" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="SchedulePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#SchedulePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="RemovePerformanceSchedule">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#RemovePerformanceSchedule" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="PerformanceRequireTemplate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#PerformanceRequireTemplate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="AddFrameToResourceCalendar">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#AddFrameToResourceCalendar" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPerformances">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPerformances" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="AllocateResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#AllocateResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="ChangeResourceAllocation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#ChangeResourceAllocation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="AllocatePerformanceWithResourceAndRequirements">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#AllocatePerformanceWithResourceAndRequirements" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPerformanceCreationInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPerformanceCreationInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPerformanceEditInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPerformanceEditInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetResourceForRequirementChoice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetResourceForRequirementChoice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetAllocatedResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetAllocatedResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetAvailableResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetAvailableResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetAvailableResourceTimeRange">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetAvailableResourceTimeRange" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetResourceForRequirements">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetResourceForRequirements" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="CreatePerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#CreatePerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="EditPerformance">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#EditPerformance" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPerformanceMissingRequirementForAllocation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPerformanceMissingRequirementForAllocation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="ChangePerformanceTimeById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#ChangePerformanceTimeById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="ChangePerformanceTimeByXml">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#ChangePerformanceTimeByXml" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="TryChangePerformanceTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#TryChangePerformanceTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="TryChangePerformanceTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#TryChangePerformanceTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="TryChangeScheduleTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#TryChangeScheduleTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="TryChangeScheduleResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#TryChangeScheduleResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="ActivateCalendar">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#ActivateCalendar" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="CheckAvailable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#CheckAvailable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="HaveTimeFrame">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#HaveTimeFrame" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="HaveTimeFrameList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#HaveTimeFrameList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetSalePerformanceData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetSalePerformanceData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="CheckDateContractInPeriodByResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#CheckDateContractInPeriodByResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetExtendedDescriptionByTicketId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetExtendedDescriptionByTicketId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetTicketTypeBySaleId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetTicketTypeBySaleId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPaymentDetailsBySaleId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPaymentDetailsBySaleId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="DeleteSchedule">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#DeleteSchedule" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="MoveUpResType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#MoveUpResType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="MoveDownResType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#MoveDownResType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="MoveUpRes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#MoveUpRes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="MoveDownRes">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#MoveDownRes" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="CountScheduledInCalendar">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#CountScheduledInCalendar" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="CheckResourceScheduledInDateRange">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#CheckResourceScheduledInDateRange" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="DetectResourceScheduledInDay">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#DetectResourceScheduledInDay" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetMinDateMaxDateEnagedByResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetMinDateMaxDateEnagedByResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="IsResourcemanagemetEvent">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#IsResourcemanagemetEvent" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="IsRequirementActive">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#IsRequirementActive" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="DeActivateCalendar">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#DeActivateCalendar" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="RequirementTemplate_SetUpPerformanceName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#RequirementTemplate_SetUpPerformanceName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetPerformanceData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetPerformanceData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="ResourceIsAllocated">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#ResourceIsAllocated" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="RemoveResourceAllocation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#RemoveResourceAllocation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="ResourceHasCalendar">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#ResourceHasCalendar" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetResourcePhotoPath">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetResourcePhotoPath" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="CheckResourceIsExtraTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#CheckResourceIsExtraTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="UpdateResourceMultiAllocationStatus">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#UpdateResourceMultiAllocationStatus" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetRequirementQuantity">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetRequirementQuantity" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="GetAutomaticResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#GetAutomaticResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
    <operation name="CheckScheduleChangeAllocationAndResource">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsResourceScheduleIntf-IWsResourceSchedule#CheckScheduleChangeAllocationAndResource" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsResourceScheduleIntf-IWsResourceSchedule"/>
      </output>
    </operation>
  </binding>
  <service name="IWsResourceScheduleservice">
    <port name="IWsResourceSchedulePort" binding="tns:IWsResourceSchedulebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsResourceSchedule"/>
    </port>
  </service>
</definitions>

