Files
gateway-dbc-fx/gnpdev/wsdbcfx/wsdl/dbss/EspletamentoDonating.wsdl
2024-05-09 17:40:24 +02:00

53 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://dbcfx/SOA/EspletamentoDonating"
xmlns:nsSchema="http://dbcfx/SOA/EspletamentoDonating/2022-11-17"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader"
xmlns:tns="http://dbcfx/SOA/EspletamentoDonating"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<xsd:schema targetNamespace="http://dbcfx/SOA/EspletamentoDonating">
<xsd:import namespace="http://dbcfx/SOA/EspletamentoDonating/2022-11-17" schemaLocation="EspletamentoDonating.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name ="richiestaEspletamentoRequest">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:richiestaEspletamentoRequest" name = "body"/>
</wsdl:message>
<wsdl:message name="richiestaEspletamentoResponse">
<wsdl:part element="head:Header" name="Header" />
<wsdl:part element="nsSchema:richiestaEspletamentoResponse" name="body" />
</wsdl:message>
<wsdl:portType name = "EspletamentoDonatingPortType">
<wsdl:operation name = "richiestaEspletamento">
<wsdl:input message = "tns:richiestaEspletamentoRequest"/>
<wsdl:output message="tns:richiestaEspletamentoResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name = "EspletamentoDonatingBinding" type = "tns:EspletamentoDonatingPortType">
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name = "richiestaEspletamento">
<soap:operation soapAction = "espletamentoDonating" style = "document"/>
<wsdl:input>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:richiestaEspletamentoRequest" part = "Header" use = "literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal" />
<soap:header message="tns:richiestaEspletamentoResponse" part="Header" use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name = "EspletamentoDonating-1.0">
<wsdl:port binding = "tns:EspletamentoDonatingBinding" name = "EspletamentoDonating">
<soap:address location = "https://localhost:7502/EspletamentoDonating"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>