<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsSiaeCounterservice" 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="GetNext0Request">
    <part name="ACounterType" type="xs:int"/>
    <part name="Producer" type="xs:int"/>
    <part name="CodiceAbbonamento" type="xs:string"/>
  </message>
  <message name="GetNext0Response">
    <part name="return" type="xs:int"/>
  </message>
  <portType name="IWsSiaeCounter">
    <operation name="GetNext">
      <input message="tns:GetNext0Request"/>
      <output message="tns:GetNext0Response"/>
    </operation>
  </portType>
  <binding name="IWsSiaeCounterbinding" type="tns:IWsSiaeCounter">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetNext">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsSiaeCounterIntf-IWsSiaeCounter#GetNext" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsSiaeCounterIntf-IWsSiaeCounter"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsSiaeCounterIntf-IWsSiaeCounter"/>
      </output>
    </operation>
  </binding>
  <service name="IWsSiaeCounterservice">
    <port name="IWsSiaeCounterPort" binding="tns:IWsSiaeCounterbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsSiaeCounter"/>
    </port>
  </service>
</definitions>

