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

56 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://dbcfx/SOA/EsitoPrenotificaUscitaMgmt"
xmlns:nsSchema="http://dbcfx/SOA/EsitoPrenotificaUscitaMgmt/2016-12-14"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader"
xmlns:tns="http://dbcfx/SOA/EsitoPrenotificaUscitaMgmt"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<xsd:schema targetNamespace="http://dbcfx/SOA/EsitoPrenotificaUscitaMgmt">
<xsd:import namespace="http://dbcfx/SOA/EsitoPrenotificaUscitaMgmt/2016-12-14" schemaLocation="EsitoPrenotificaUscitaMgmt.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name = "EsitoPrenotificaUscitaRequest">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:EsitoPrenotificaUscitaRequest" name = "body"/>
</wsdl:message>
<wsdl:message name = "EsitoPrenotificaUscitaResponse">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:EsitoPrenotificaUscitaResponse" name = "body"/>
</wsdl:message>
<wsdl:portType name = "EsitoPrenotificaUscitaMgmtPortType">
<wsdl:operation name = "sendEsito">
<wsdl:input message = "tns:EsitoPrenotificaUscitaRequest"/>
<wsdl:output message = "tns:EsitoPrenotificaUscitaResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name = "EsitoPrenotificaUscitaMgmtBinding" type = "tns:EsitoPrenotificaUscitaMgmtPortType">
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name = "sendEsito">
<soap:operation soapAction = "sendEsito" style = "document"/>
<wsdl:input>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:EsitoPrenotificaUscitaRequest" part = "Header" use = "literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:EsitoPrenotificaUscitaResponse" part = "Header" use = "literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name = "EsitoPrenotificaUscitaMgmt-1.0">
<wsdl:port binding = "tns:EsitoPrenotificaUscitaMgmtBinding" name = "EsitoPrenotificaUscitaMgmt">
<soap:address location = "https://localhost:7502/wsdbss/EsitoPrenotificaUscitaMgmt"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>