<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsOrpheoservice" 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/">
  <message name="IsActive0Request"/>
  <message name="IsActive0Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetErrorDesc1Request">
    <part name="ACode" type="xs:int"/>
  </message>
  <message name="GetErrorDesc1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetActivationKeys2Request">
    <part name="ATicketId" type="xs:int"/>
    <part name="AIdentifierCode" type="xs:string"/>
  </message>
  <message name="GetActivationKeys2Response">
    <part name="AIdentifierCode" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <portType name="IWsOrpheo">
    <operation name="IsActive">
      <input message="tns:IsActive0Request"/>
      <output message="tns:IsActive0Response"/>
    </operation>
    <operation name="GetErrorDesc">
      <input message="tns:GetErrorDesc1Request"/>
      <output message="tns:GetErrorDesc1Response"/>
    </operation>
    <operation name="GetActivationKeys">
      <input message="tns:GetActivationKeys2Request"/>
      <output message="tns:GetActivationKeys2Response"/>
    </operation>
  </portType>
  <binding name="IWsOrpheobinding" type="tns:IWsOrpheo">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="IsActive">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOrpheoIntf-IWsOrpheo#IsActive" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOrpheoIntf-IWsOrpheo"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOrpheoIntf-IWsOrpheo"/>
      </output>
    </operation>
    <operation name="GetErrorDesc">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOrpheoIntf-IWsOrpheo#GetErrorDesc" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOrpheoIntf-IWsOrpheo"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOrpheoIntf-IWsOrpheo"/>
      </output>
    </operation>
    <operation name="GetActivationKeys">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOrpheoIntf-IWsOrpheo#GetActivationKeys" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOrpheoIntf-IWsOrpheo"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOrpheoIntf-IWsOrpheo"/>
      </output>
    </operation>
  </binding>
  <service name="IWsOrpheoservice">
    <port name="IWsOrpheoPort" binding="tns:IWsOrpheobinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsOrpheo"/>
    </port>
  </service>
</definitions>

