<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ILotteryservice" 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="GetUpcomingLotteries0Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="SortBy" type="xs:int"/>
    <part name="limit" type="xs:int"/>
    <part name="Language" type="xs:string"/>
  </message>
  <message name="GetUpcomingLotteries0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLotteriesResults1Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="LotteryId" type="xs:int"/>
    <part name="SortBy" type="xs:int"/>
    <part name="Limit" type="xs:int"/>
    <part name="Language" type="xs:string"/>
  </message>
  <message name="GetLotteriesResults1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLotteryNews2Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="LanguageCode" type="xs:string"/>
    <part name="limit" type="xs:int"/>
  </message>
  <message name="GetLotteryNews2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLotteryWinners3Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="LanguageCode" type="xs:string"/>
    <part name="limit" type="xs:int"/>
  </message>
  <message name="GetLotteryWinners3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLottery4Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="LotteryId" type="xs:int"/>
    <part name="Language" type="xs:string"/>
  </message>
  <message name="GetLottery4Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSmartPickerNumbers5Request">
    <part name="NumbersRange" type="xs:int"/>
    <part name="NumbersPerTicket" type="xs:int"/>
    <part name="ExtraRange" type="xs:int"/>
    <part name="ExtraPerTicket" type="xs:int"/>
    <part name="LinesQty" type="xs:int"/>
  </message>
  <message name="GetSmartPickerNumbers5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetSyndicates6Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="syndicateID" type="xs:int"/>
    <part name="isPrivate" type="xs:int"/>
    <part name="Language" type="xs:string"/>
  </message>
  <message name="GetSyndicates6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetWinningsDistribution7Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="LotteryID" type="xs:int"/>
  </message>
  <message name="GetWinningsDistribution7Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="PushRegisterDevice8Request">
    <part name="DID" type="xs:string"/>
    <part name="TypeId" type="xs:int"/>
    <part name="entityID" type="xs:int"/>
    <part name="FunctionPassword" type="xs:string"/>
  </message>
  <message name="PushRegisterDevice8Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="PushMessage9Request">
    <part name="EntityID" type="xs:int"/>
    <part name="FunctionPassword" type="xs:string"/>
    <part name="text" type="xs:string"/>
  </message>
  <message name="PushMessage9Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="ConvertCurrencyLng10Request">
    <part name="price" type="xs:double"/>
    <part name="language" type="xs:string"/>
  </message>
  <message name="ConvertCurrencyLng10Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetOurWinners11Request">
    <part name="EntityID" type="xs:int"/>
    <part name="Password" type="xs:string"/>
    <part name="Language" type="xs:string"/>
  </message>
  <message name="GetOurWinners11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="TestFunc12Request"/>
  <message name="TestFunc12Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="ILottery">
    <operation name="GetUpcomingLotteries">
      <input message="tns:GetUpcomingLotteries0Request"/>
      <output message="tns:GetUpcomingLotteries0Response"/>
    </operation>
    <operation name="GetLotteriesResults">
      <input message="tns:GetLotteriesResults1Request"/>
      <output message="tns:GetLotteriesResults1Response"/>
    </operation>
    <operation name="GetLotteryNews">
      <input message="tns:GetLotteryNews2Request"/>
      <output message="tns:GetLotteryNews2Response"/>
    </operation>
    <operation name="GetLotteryWinners">
      <input message="tns:GetLotteryWinners3Request"/>
      <output message="tns:GetLotteryWinners3Response"/>
    </operation>
    <operation name="GetLottery">
      <input message="tns:GetLottery4Request"/>
      <output message="tns:GetLottery4Response"/>
    </operation>
    <operation name="GetSmartPickerNumbers">
      <input message="tns:GetSmartPickerNumbers5Request"/>
      <output message="tns:GetSmartPickerNumbers5Response"/>
    </operation>
    <operation name="GetSyndicates">
      <input message="tns:GetSyndicates6Request"/>
      <output message="tns:GetSyndicates6Response"/>
    </operation>
    <operation name="GetWinningsDistribution">
      <input message="tns:GetWinningsDistribution7Request"/>
      <output message="tns:GetWinningsDistribution7Response"/>
    </operation>
    <operation name="PushRegisterDevice">
      <input message="tns:PushRegisterDevice8Request"/>
      <output message="tns:PushRegisterDevice8Response"/>
    </operation>
    <operation name="PushMessage">
      <input message="tns:PushMessage9Request"/>
      <output message="tns:PushMessage9Response"/>
    </operation>
    <operation name="ConvertCurrencyLng">
      <input message="tns:ConvertCurrencyLng10Request"/>
      <output message="tns:ConvertCurrencyLng10Response"/>
    </operation>
    <operation name="GetOurWinners">
      <input message="tns:GetOurWinners11Request"/>
      <output message="tns:GetOurWinners11Response"/>
    </operation>
    <operation name="TestFunc">
      <input message="tns:TestFunc12Request"/>
      <output message="tns:TestFunc12Response"/>
    </operation>
  </portType>
  <binding name="ILotterybinding" type="tns:ILottery">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetUpcomingLotteries">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetUpcomingLotteries" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetLotteriesResults">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetLotteriesResults" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetLotteryNews">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetLotteryNews" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetLotteryWinners">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetLotteryWinners" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetLottery">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetLottery" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetSmartPickerNumbers">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetSmartPickerNumbers" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetSyndicates">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetSyndicates" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetWinningsDistribution">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetWinningsDistribution" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="PushRegisterDevice">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#PushRegisterDevice" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="PushMessage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#PushMessage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="ConvertCurrencyLng">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#ConvertCurrencyLng" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="GetOurWinners">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#GetOurWinners" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
    <operation name="TestFunc">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:Lottery.Intf-ILottery#TestFunc" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Lottery.Intf-ILottery"/>
      </output>
    </operation>
  </binding>
  <service name="ILotteryservice">
    <port name="ILotteryPort" binding="tns:ILotterybinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://isapi.mekashron.com/SmartWinners/LotteryWS.dll/soap/ILottery"/>
    </port>
  </service>
</definitions>

