<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="VerificaInvio">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CodiceAmministrazione" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CodiceAOO" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="VerificaInvioResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="VerificaInvioResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InviaMailInterop">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CodiceAmministrazione" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CodiceAOO" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InviaMailInteropResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InviaMailInteropResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InviaMail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strXML" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CodiceAmministrazione" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CodiceAOO" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InviaMailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InviaMailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="VerificaInvioSoapIn">
    <wsdl:part name="parameters" element="tns:VerificaInvio" />
  </wsdl:message>
  <wsdl:message name="VerificaInvioSoapOut">
    <wsdl:part name="parameters" element="tns:VerificaInvioResponse" />
  </wsdl:message>
  <wsdl:message name="InviaMailInteropSoapIn">
    <wsdl:part name="parameters" element="tns:InviaMailInterop" />
  </wsdl:message>
  <wsdl:message name="InviaMailInteropSoapOut">
    <wsdl:part name="parameters" element="tns:InviaMailInteropResponse" />
  </wsdl:message>
  <wsdl:message name="InviaMailSoapIn">
    <wsdl:part name="parameters" element="tns:InviaMail" />
  </wsdl:message>
  <wsdl:message name="InviaMailSoapOut">
    <wsdl:part name="parameters" element="tns:InviaMailResponse" />
  </wsdl:message>
  <wsdl:portType name="WsPostaWebSoap">
    <wsdl:operation name="VerificaInvio">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Verifica se un mail ha ricevuto consegne ed accettazioni</wsdl:documentation>
      <wsdl:input message="tns:VerificaInvioSoapIn" />
      <wsdl:output message="tns:VerificaInvioSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InviaMailInterop">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Nuovo webmethod che permette di allegare il file segnatura.xml alla mail prima della spedizione, a partire da un documento in IRIDE</wsdl:documentation>
      <wsdl:input message="tns:InviaMailInteropSoapIn" />
      <wsdl:output message="tns:InviaMailInteropSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InviaMail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Invia un mail a partire da un documento IRIDE</wsdl:documentation>
      <wsdl:input message="tns:InviaMailSoapIn" />
      <wsdl:output message="tns:InviaMailSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WsPostaWebSoap" type="tns:WsPostaWebSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="VerificaInvio">
      <soap:operation soapAction="http://tempuri.org/VerificaInvio" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InviaMailInterop">
      <soap:operation soapAction="http://tempuri.org/InviaMailInterop" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InviaMail">
      <soap:operation soapAction="http://tempuri.org/InviaMail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WsPostaWebSoap12" type="tns:WsPostaWebSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="VerificaInvio">
      <soap12:operation soapAction="http://tempuri.org/VerificaInvio" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InviaMailInterop">
      <soap12:operation soapAction="http://tempuri.org/InviaMailInterop" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InviaMail">
      <soap12:operation soapAction="http://tempuri.org/InviaMail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WsPostaWeb">
    <wsdl:port name="WsPostaWebSoap" binding="tns:WsPostaWebSoap">
      <soap:address location="http://iridetest2k3/ulisse14a/iride/web_services_20/WsPostaWeb/WSPostaWeb.asmx" />
    </wsdl:port>
    <wsdl:port name="WsPostaWebSoap12" binding="tns:WsPostaWebSoap12">
      <soap12:address location="http://iridetest2k3/ulisse14a/iride/web_services_20/WsPostaWeb/WSPostaWeb.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>