43 lines
2.2 KiB
XML
43 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions xmlns:nsSchema="http://dbcm/SOA/EsitoAttivazioneCessazione/2021-02-01" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://dbcm/SOA/EsitoAttivazioneCessazione" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcm/SOA/EsitoAttivazioneCessazione">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://dbcm/SOA/EsitoAttivazioneCessazione">
|
|
<xsd:import namespace="http://dbcm/SOA/EsitoAttivazioneCessazione/2021-02-01" schemaLocation="EsitoAttivazioneCessazione.xsd" />
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd" />
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="request">
|
|
<wsdl:part name="header" element="head:Header" />
|
|
<wsdl:part name="body" element="nsSchema:request" />
|
|
</wsdl:message>
|
|
<wsdl:message name="response">
|
|
<wsdl:part name="header" element="head:Header" />
|
|
<wsdl:part name="body" element="nsSchema:response" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="esitoAttivazioneCessazionePortType">
|
|
<wsdl:operation name="sendEsito">
|
|
<wsdl:input message="tns:request" />
|
|
<wsdl:output message="tns:response" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="esitoAttivazioneCessazioneBinding" type="tns:esitoAttivazioneCessazionePortType">
|
|
<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:request" part="header" use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body parts="body" use="literal" />
|
|
<soap:header message="tns:response" part="header" use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="EsitoAttivazioneCessazione">
|
|
<wsdl:port name="EsitoAttivazioneCessazioneEndPoint" binding="tns:esitoAttivazioneCessazioneBinding">
|
|
<soap:address location="http://10.174.243.199:7151/dbcm/EsitoAttivazioneCessazione" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|