<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsAPISiaeThirdPartyIntegrationservice" 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="http://omniticket.network/ovw7">
  <types>
    <xs:schema targetNamespace="http://omniticket.network/ovw7" xmlns="http://omniticket.network/ovw7">
      <xs:complexType name="IMPORTRECORDLTAREQ">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TIPORECORD" type="xs:int"/>
          <xs:element name="CODICEESTERNOAK" type="xs:string"/>
          <xs:element name="CFORGANIZZATORE" type="xs:string"/>
          <xs:element name="CODICELOCALE" type="xs:string"/>
          <xs:element name="TIPOGENERE" type="xs:string"/>
          <xs:element name="CODICESISTEMAEMISSIONE" type="xs:string"/>
          <xs:element name="CFSISTEMAEMISSIONE" type="xs:string"/>
          <xs:element name="EMISSIONE" type="ns1:EMISSIONE"/>
          <xs:element name="ABBONAMENTO" type="ns1:ABBONAMENTO"/>
          <xs:element name="ANNULLO" type="ns1:ANNULLO"/>
          <xs:element name="DATISUPPORTO" type="ns1:DATISUPPORTO"/>
          <xs:element name="STATOTITOLO" type="xs:string"/>
          <xs:element name="[ArrayItemName=&quot;EVENTO&quot;]" type="ns1:LISTAEVENTI"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="EMISSIONE">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODICECARTA" type="xs:string"/>
          <xs:element name="PROGRESSIVO" type="xs:int"/>
          <xs:element name="SIGILLO" type="xs:string"/>
          <xs:element name="DATA" type="xs:date"/>
          <xs:element name="ORA" type="xs:time"/>
          <xs:element name="TIPOTITOLO" type="xs:string"/>
          <xs:element name="CORRISPETTIVOLORDO" type="xs:float"/>
          <xs:element name="ORDINEDIPOSTO" type="xs:string"/>
          <xs:element name="IVATITOLO" type="xs:float"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ABBONAMENTO">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODICEABBONAMENTO" type="xs:string"/>
          <xs:element name="PROGRESSIVOABBONAMENTO" type="xs:int"/>
          <xs:element name="NUMEROEVENTI" type="xs:int"/>
          <xs:element name="TIPOABBONAMENTO" type="xs:string"/>
          <xs:element name="DATALIMITEABBONAMENTO" type="xs:date"/>
          <xs:element name="RATEO" type="xs:float"/>
          <xs:element name="IVARATEO" type="xs:float"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ANNULLO">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODICECARTA" type="xs:string"/>
          <xs:element name="PROGRESSIVO" type="xs:int"/>
          <xs:element name="SIGILLO" type="xs:string"/>
          <xs:element name="DATA" type="xs:date"/>
          <xs:element name="ORA" type="xs:time"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="DATISUPPORTO">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODICESUPPORTO" type="xs:string"/>
          <xs:element name="IDENTIFICATIVOSUPPORTO" type="xs:string"/>
          <xs:element name="DESCRIZIONESUPPORTO" type="xs:string"/>
          <xs:element name="IDENTIFICATIVOSUPPORTOALTERNATIVO" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="LISTAEVENTI">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="ns1:EVENTO[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="EVENTO">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODICELOCALE" type="xs:string"/>
          <xs:element name="DATA" type="xs:date"/>
          <xs:element name="ORA" type="xs:time"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="IMPORTRECORDLTARESP">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ERROR" type="ns1:ERROR"/>
          <xs:element name="ERRORADDITIONALDESCRIPTION" type="xs:string"/>
          <xs:element name="WARNING" type="ns1:WARNING"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ERROR">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODE" type="xs:long"/>
          <xs:element name="[ExtName=&quot;TYPE&quot;]" type="xs:string"/>
          <xs:element name="TEXT" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="WARNING">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODE" type="xs:int"/>
          <xs:element name="DESCRIPTION" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="USERLOGINTHIRDPARTYREQ">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="WORKSTATIONAK" type="xs:string"/>
          <xs:element name="USERNAME" type="xs:string"/>
          <xs:element name="PASSWORD" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="USERLOGINTHIRDPARTYRESP">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ERROR" type="ns1:ERROR"/>
          <xs:element name="SESSIONID" type="xs:string"/>
          <xs:element name="USERCODE" type="xs:string"/>
          <xs:element name="APPSERVERVERSION" type="xs:string"/>
          <xs:element name="LANGUAGEID" type="xs:long"/>
          <xs:element name="PASSWORDEXPIRATION" type="xs:date"/>
          <xs:element name="USERAK" type="xs:string"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="USERLOGOUTTHIRDPARTYREQ">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
      </xs:complexType>
      <xs:complexType name="USERLOGOUTTHIRDPARTYRESP">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ERROR" type="ns1:ERROR"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="ImportRecordLTA0Request">
    <part name="IMPORTRECORDLTAREQ" type="ns1:IMPORTRECORDLTAREQ"/>
  </message>
  <message name="ImportRecordLTA0Response">
    <part name="return" type="ns1:IMPORTRECORDLTARESP"/>
  </message>
  <message name="UserLoginThirdParty1Request">
    <part name="USERLOGINTHIRDPARTYREQ" type="ns1:USERLOGINTHIRDPARTYREQ"/>
  </message>
  <message name="UserLoginThirdParty1Response">
    <part name="return" type="ns1:USERLOGINTHIRDPARTYRESP"/>
  </message>
  <message name="UserLogoutThirdParty2Request">
    <part name="USERLOGOUTTHIRDPARTYREQ" type="ns1:USERLOGOUTTHIRDPARTYREQ"/>
  </message>
  <message name="UserLogoutThirdParty2Response">
    <part name="return" type="ns1:USERLOGOUTTHIRDPARTYRESP"/>
  </message>
  <portType name="IWsAPISiaeThirdPartyIntegration">
    <operation name="ImportRecordLTA">
      <input message="tns:ImportRecordLTA0Request"/>
      <output message="tns:ImportRecordLTA0Response"/>
    </operation>
    <operation name="UserLoginThirdParty">
      <input message="tns:UserLoginThirdParty1Request"/>
      <output message="tns:UserLoginThirdParty1Response"/>
    </operation>
    <operation name="UserLogoutThirdParty">
      <input message="tns:UserLogoutThirdParty2Request"/>
      <output message="tns:UserLogoutThirdParty2Response"/>
    </operation>
  </portType>
  <binding name="IWsAPISiaeThirdPartyIntegrationbinding" type="tns:IWsAPISiaeThirdPartyIntegration">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="ImportRecordLTA">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration#ImportRecordLTA" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration"/>
      </output>
    </operation>
    <operation name="UserLoginThirdParty">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration#UserLoginThirdParty" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration"/>
      </output>
    </operation>
    <operation name="UserLogoutThirdParty">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration#UserLogoutThirdParty" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPISiaeThirdPartyIntegrationIntf-IWsAPISiaeThirdPartyIntegration"/>
      </output>
    </operation>
  </binding>
  <service name="IWsAPISiaeThirdPartyIntegrationservice">
    <port name="IWsAPISiaeThirdPartyIntegrationPort" binding="tns:IWsAPISiaeThirdPartyIntegrationbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2b.vivaticket.com/BosServices.dll/soap/IWsAPISiaeThirdPartyIntegration"/>
    </port>
  </service>
</definitions>

