<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsPerfSearchservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:OtnSysUtils">
  <types>
    <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="GetSubscriptionIds0Request">
    <part name="AXml" type="xs:string"/>
  </message>
  <message name="GetSubscriptionIds0Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetPerfSearchResult1Request">
    <part name="AXml" type="xs:string"/>
    <part name="AData" type="xs:base64Binary"/>
  </message>
  <message name="GetPerfSearchResult1Response">
    <part name="AData" type="xs:base64Binary"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="IsPerformanceStillOnSale2Request">
    <part name="APerfid" type="xs:int"/>
  </message>
  <message name="IsPerformanceStillOnSale2Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsPerfSearch">
    <operation name="GetSubscriptionIds">
      <input message="tns:GetSubscriptionIds0Request"/>
      <output message="tns:GetSubscriptionIds0Response"/>
    </operation>
    <operation name="GetPerfSearchResult">
      <input message="tns:GetPerfSearchResult1Request"/>
      <output message="tns:GetPerfSearchResult1Response"/>
    </operation>
    <operation name="IsPerformanceStillOnSale">
      <input message="tns:IsPerformanceStillOnSale2Request"/>
      <output message="tns:IsPerformanceStillOnSale2Response"/>
    </operation>
  </portType>
  <binding name="IWsPerfSearchbinding" type="tns:IWsPerfSearch">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetSubscriptionIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsPerfSearchIntf-IWsPerfSearch#GetSubscriptionIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsPerfSearchIntf-IWsPerfSearch"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsPerfSearchIntf-IWsPerfSearch"/>
      </output>
    </operation>
    <operation name="GetPerfSearchResult">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsPerfSearchIntf-IWsPerfSearch#GetPerfSearchResult" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsPerfSearchIntf-IWsPerfSearch"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsPerfSearchIntf-IWsPerfSearch"/>
      </output>
    </operation>
    <operation name="IsPerformanceStillOnSale">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsPerfSearchIntf-IWsPerfSearch#IsPerformanceStillOnSale" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsPerfSearchIntf-IWsPerfSearch"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsPerfSearchIntf-IWsPerfSearch"/>
      </output>
    </operation>
  </binding>
  <service name="IWsPerfSearchservice">
    <port name="IWsPerfSearchPort" binding="tns:IWsPerfSearchbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsPerfSearch"/>
    </port>
  </service>
</definitions>

