<definitions name="comuneWSDL.wsdl" targetNamespace="http://www.comune.it/certificati" xmlns:tns="http://www.comune.it/certificati"
 xmlns="http://schemas.xmlsoap.org/wsdl/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 xmlns:part="http://schemas.xmlsoap.org/wsdl/part"
 xmlns:dati="http://www.comune.it/certificati/data">
    <types>
        <schema targetNamespace="http://www.comune.it/certificati" xmlns="http://www.w3.org/2001/XMLSchema">
            <import namespace="http://www.comune.it/certificati/data" schemaLocation="http://80.23.241.5:8080/WsPosteGovCertificatiAna/services/ComuneCertificatiEndPoint?xsd=comuneXSD.xsd"/>
        </schema>
    </types>
    <message name="confermaStampaResponse">
        <part element="dati:confermaStampaResponse" name="parameters">
        </part>
    </message>
    <message name="confermaStampa">
        <part element="dati:confermaStampa" name="parameters">
        </part>
    </message>
    <message name="richiestaCredenziali">
        <part element="dati:richiestaCredenziali" name="parameters">
        </part>
    </message>
    <message name="richiestaCredenzialiResponse">
        <part element="dati:richiestaCredenzialiResponse" name="parameters">
        </part>
    </message>
    <message name="richiestaCertificatiResponse">
        <part element="dati:richiestaCertificatiResponse" name="parameters">
        </part>
    </message>
    <message name="richiestaCertificati">
        <part element="dati:richiestaCertificati" name="parameters">
        </part>
    </message>
    <message name="verificaEmettibilita">
        <part element="dati:verificaEmettibilita" name="parameters">
        </part>
    </message>
    <message name="verificaEmettibilitaResponse">
        <part element="dati:verificaEmettibilitaResponse" name="parameters">
        </part>
    </message>
    <message name="faultComune">
        <part element="dati:ComuneFault" name="fault">
        </part>
    </message>
    <portType name="ComuneCertificatiPortType">
        <operation name="richiestaCredenziali">
            <input message="tns:richiestaCredenziali">
            </input>
            <output message="tns:richiestaCredenzialiResponse">
            </output>
            <fault message="tns:faultComune" name="richiestaCredenzialiFault">
            </fault>
        </operation>
        <operation name="verificaEmettibilita">
            <input message="tns:verificaEmettibilita">
            </input>
            <output message="tns:verificaEmettibilitaResponse">
            </output>
            <fault message="tns:faultComune" name="verificaEmettibilitaFault">
            </fault>
        </operation>
        <operation name="richiestaCertificati">
            <input message="tns:richiestaCertificati">
            </input>
            <output message="tns:richiestaCertificatiResponse">
            </output>
            <fault message="tns:faultComune" name="richiestaCertificatiFault">
            </fault>
        </operation>
        <operation name="confermaStampa">
            <input message="tns:confermaStampa">
            </input>
            <output message="tns:confermaStampaResponse">
            </output>
            <fault message="tns:faultComune" name="confermaStampaFault">
            </fault>
        </operation>
    </portType>
    <binding name="ComuneCertificatiBinding" type="tns:ComuneCertificatiPortType">
        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
        <operation name="richiestaCredenziali">
            <soap:operation soapAction="http://www.comune.it/certificati/richiestaCredenziali" style="document"/>
            <input>
                <soap:body use="literal"/>
            </input>
            <output>
                <soap:body use="literal"/>
            </output>
            <fault name="richiestaCredenzialiFault">
                <soap:fault name="richiestaCredenzialiFault" use="literal"/>
            </fault>
        </operation>
        <operation name="verificaEmettibilita">
            <soap:operation soapAction="http://www.comune.it/certificati/verificaEmettibilita" style="document"/>
            <input>
                <soap:body use="literal"/>
            </input>
            <output>
                <soap:body use="literal"/>
            </output>
            <fault name="verificaEmettibilitaFault">
                <soap:fault name="verificaEmettibilitaFault" use="literal"/>
            </fault>
        </operation>
        <operation name="richiestaCertificati">
            <soap:operation soapAction="http://www.comune.it/certificati/richiestaCertificati" style="document"/>
            <input>
                <soap:body use="literal"/>
            </input>
            <output>
                <soap:body use="literal"/>
            </output>
            <fault name="richiestaCertificatiFault">
                <soap:fault name="richiestaCertificatiFault" use="literal"/>
            </fault>
        </operation>
        <operation name="confermaStampa">
            <soap:operation soapAction="http://www.comune.it/certificati/confermaStampa" style="document"/>
            <input>
                <soap:body use="literal"/>
            </input>
            <output>
                <soap:body use="literal"/>
            </output>
            <fault name="confermaStampaFault">
                <soap:fault name="confermaStampaFault" use="literal"/>
            </fault>
        </operation>
    </binding>
    <service name="ComuneCertificatiService">
        <port binding="tns:ComuneCertificatiBinding" name="ComuneCertificatiEndPoint">
            <soap:address location="http://80.23.241.5:8080/WsPosteGovCertificatiAna/services/ComuneCertificatiEndPoint"/>
        </port>
    </service>
</definitions>