destinarioSincrono.wsdl 2.93 KB
Newer Older
prova's avatar
prova committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions 
	targetNamespace="http://www.suap.regione.toscana.it/DestinatarioSincrono/service"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
	xmlns:proc="http://www.suap.regione.toscana.it/sem/types/procedimento"
	xmlns:tns="http://www.suap.regione.toscana.it/DestinatarioSincrono/service"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

	<wsdl:types>
		<xsd:schema targetNamespace="http://www.suap.regione.toscana.it/DestinatarioSincrono/service">
			<xsd:import namespace="http://www.suap.regione.toscana.it/sem/types/procedimento"
				schemaLocation="../Schema/procedimentiSuap.xsd" />
		</xsd:schema>
	</wsdl:types>

	<!-- MESSAGES -->

	<wsdl:message name="riceviStimoloRequest">
		<wsdl:part name="parameters" element="proc:riceviStimoloRequest"></wsdl:part>
	</wsdl:message>
	<wsdl:message name="riceviStimoloResponse">
		<wsdl:part name="parameters" element="proc:riceviStimoloResponse"></wsdl:part>
	</wsdl:message>
	<wsdl:message name="riceviConfermaRicezioneRequest">
		<wsdl:part name="parameters" element="proc:riceviConfermaRicezioneRequest"></wsdl:part>
	</wsdl:message>
	<wsdl:message name="riceviConfermaRicezioneResponse">
		<wsdl:part name="parameters" element="proc:riceviConfermaRicezioneResponse"></wsdl:part>
	</wsdl:message>

	<!-- PORTS -->

	<wsdl:portType name="DestinatarioSincronoPort">
		<wsdl:operation name="riceviStimolo">
			<wsdl:input message="tns:riceviStimoloRequest"></wsdl:input>
			<wsdl:output message="tns:riceviStimoloResponse"></wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="riceviConfermaRicezione">
			<wsdl:input message="tns:riceviConfermaRicezioneRequest"></wsdl:input>
			<wsdl:output message="tns:riceviConfermaRicezioneResponse"></wsdl:output>
		</wsdl:operation>
	</wsdl:portType>


	<!-- BINDINGS -->

	<wsdl:binding name="DestinatarioSincronoBinding" type="tns:DestinatarioSincronoPort">
		<soap:binding style="document"
			transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="riceviStimolo">
			<soap:operation soapAction="http://www.suap.regione.toscana.it/DestinatarioSincrono/service/riceviStimolo" />
			<wsdl:input>
				<soap:body use="literal" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="riceviConfermaRicezione">
			<soap:operation soapAction="http://www.suap.regione.toscana.it/DestinatarioSincrono/service/riceviConfermaRicezione" />
			<wsdl:input>
				<soap:body use="literal" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal" />
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>


	<wsdl:service name="DestinatarioSincronoService">
		<wsdl:port name="DestinatarioSincronoPort" binding="tns:DestinatarioSincronoBinding">
			<soap:address location="http://servizi.suap.toscana.it/DestinatarioSincrono/DestinatarioSincronoService" />
		</wsdl:port>
	</wsdl:service>

</wsdl:definitions>