TrxWSPosizioniTributarie.wsdl 3.37 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 79 80 81 82 83 84 85 86 87 88 89 90 91
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions 
	targetNamespace="http://PagWSSCityGov.impl.webservices.pagamenti.pubblici.saga.it" 
	xmlns:apachesoap="http://xml.apache.org/xml-soap" 
	xmlns:impl="http://PagWSSCityGov.impl.webservices.pagamenti.pubblici.saga.it" 
	xmlns:imtf="http://PagWSSCityGov.impl.webservices.pagamenti.pubblici.saga.it" 
	xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
	xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->
 <wsdl:types>
  <schema targetNamespace="http://PagWSSCityGov.impl.webservices.pagamenti.pubblici.saga.it" xmlns="http://www.w3.org/2001/XMLSchema">
   <!--import namespace="http://schemas.xmlsoap.org/soap/encoding/"/-->
   <complexType name="StrutturaStandard">
				<annotation>
					<documentation> Rappresenta la struttura standard di un messaggio di comunicazione scambiato con il WS.</documentation>
				</annotation>
				<sequence>
					<element name="VersioneInfrastrutturale" nillable="true" type="xsd:string"/>
					<element name="DatiInfrastutturale" nillable="true" type="xsd:string"/>
					<element name="VersioneTipoOperazione" nillable="true" type="xsd:string"/>
					<element name="DatiTipoOperazione" nillable="true" type="xsd:string"/>
					<element name="VersioneDettaglioOperazione" nillable="true" type="xsd:string"/>
					<element name="DatiDettaglioOperazione" nillable="true" type="xsd:string"/>
				</sequence>
	</complexType>
	<element name="eseguiOperazioneRequest" type="impl:StrutturaStandard"/>
	<element name="eseguiOperazioneResponse" type="impl:StrutturaStandard"/>
  </schema>
 </wsdl:types>

   <wsdl:message name="eseguiOperazioneRequest">

	  <wsdl:part element="impl:eseguiOperazioneRequest" name="eseguiOperazioneRequest"/>

   </wsdl:message>

   <wsdl:message name="eseguiOperazioneResponse">

	  <wsdl:part element="impl:eseguiOperazioneResponse" name="eseguiOperazioneResponse"/>

   </wsdl:message>

   <wsdl:portType name="TrxWSPosizioniTributarie">

      <wsdl:operation name="eseguiOperazione" parameterOrder="eseguiOperazioneRequest">

         <wsdl:input message="impl:eseguiOperazioneRequest" name="eseguiOperazioneRequest"/>

         <wsdl:output message="impl:eseguiOperazioneResponse" name="eseguiOperazioneResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="TrxWSPosizioniTributarieSoapBinding" type="impl:TrxWSPosizioniTributarie">

	  <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="eseguiOperazione">

         <wsdlsoap:operation soapAction="http://PagWSSCityGov.impl.webservices.pagamenti.pubblici.saga.it/eseguiOperazione"/>

         <wsdl:input name="eseguiOperazioneRequest">

            <wsdlsoap:body use="literal"/>

         </wsdl:input>

         <wsdl:output name="eseguiOperazioneResponse">

            <wsdlsoap:body use="literal"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="TrxWSPosizioniTributarieService">

      <wsdl:port binding="impl:TrxWSPosizioniTributarieSoapBinding" name="TrxWSPosizioniTributarie">

         <wsdlsoap:address location="http://localhost:8080/client/services/TrxWSPosizioniTributarie"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>