Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
36 righe
2.2 KiB
36 righe
2.2 KiB
<wsdl:definitions targetNamespace="http://www.cart.rete.toscana.it/servizi/iris_1_1/proxy" xmlns="http://www.cart.rete.toscana.it/servizi/iris_1_1/proxy" xmlns:h="http://www.cart.rete.toscana.it/servizi/iris_1_1/IdpHeader" xmlns:i="http://www.cart.rete.toscana.it/servizi/iris_1_1/IdpInclude" xmlns:idpE="http://www.cart.rete.toscana.it/servizi/iris_1_1/IdpEsito" xmlns:idpIPP="http://www.cart.rete.toscana.it/servizi/iris_1_1/IdpInformativaPagamento" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
|
<wsdl:types> |
|
<xsd:schema targetNamespace="http://www.cart.rete.toscana.it/servizi/iris_1_1/proxy"> |
|
<xsd:import namespace="http://www.cart.rete.toscana.it/servizi/iris_1_1/IdpInformativaPagamento" schemaLocation="../Schemi/IdP.InformativaPagamento.xsd"/> |
|
<xsd:element name="IdpInformativaPagamento"> |
|
<xsd:complexType> |
|
<xsd:sequence> |
|
<xsd:element ref="idpIPP:IdpInformativaPagamento"/> |
|
</xsd:sequence> |
|
</xsd:complexType> |
|
</xsd:element> |
|
</xsd:schema> |
|
</wsdl:types> |
|
<wsdl:message name="IdpInformativaPagamentoMessage"> |
|
<wsdl:part element="IdpInformativaPagamento" name="IdpInformativaPagamento"/> |
|
</wsdl:message> |
|
<wsdl:portType name="InvioNotificaPagamento"> |
|
<wsdl:operation name="IdpInformativaPagamento"> |
|
<wsdl:input message="IdpInformativaPagamentoMessage" name="IdpInformativaPagamentoMessage"/> |
|
</wsdl:operation> |
|
</wsdl:portType> |
|
<wsdl:binding name="InvioNotificaPagamentoBinding" type="InvioNotificaPagamento"> |
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
|
<wsdl:operation name="IdpInformativaPagamento"> |
|
<soap:operation soapAction="IdpInformativaPagamento"/> |
|
<wsdl:input name="IdpInformativaPagamentoMessage"> |
|
<soap:body use="literal"/> |
|
</wsdl:input> |
|
</wsdl:operation> |
|
</wsdl:binding> |
|
<wsdl:service name="InvioNotificaPagamentoService"> |
|
<wsdl:port binding="InvioNotificaPagamentoBinding" name="InvioNotificaPagamento"> |
|
<soap:address location="http://host/invionotificapagamento"/> |
|
</wsdl:port> |
|
</wsdl:service> |
|
</wsdl:definitions> |