43 lines
2.5 KiB
XML
43 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions xmlns:nsSchema="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://dbcfx/SOA/VerificaRientroInTI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcfx/SOA/VerificaRientroInTI">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://dbcfx/SOA/VerificaRientroInTI">
|
|
<xsd:import namespace="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" schemaLocation="VerificaRientroInTI.xsd"/>
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="verificaRientroInTIRequest">
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
<wsdl:part name="body" element="nsSchema:verificaRientroInTIRequest"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="verificaRientroInTIResponse">
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
<wsdl:part name="body" element="nsSchema:verificaRientroInTIResponse"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="VerificaRientroInTIPortType">
|
|
<wsdl:operation name="checkRientro">
|
|
<wsdl:input message="tns:verificaRientroInTIRequest"/>
|
|
<wsdl:output message="tns:verificaRientroInTIResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="VerificaRientroInTIBinding" type="tns:VerificaRientroInTIPortType">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="checkRientro">
|
|
<soap:operation soapAction="checkRientro" style="document"/>
|
|
<wsdl:input>
|
|
<soap:body parts="body" use="literal"/>
|
|
<soap:header message="tns:verificaRientroInTIRequest" part="Header" use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body parts="body" use="literal"/>
|
|
<soap:header message="tns:verificaRientroInTIResponse" part="Header" use="literal"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="VerificaRientroInTI">
|
|
<wsdl:port name="VerificaRientroInTI" binding="tns:VerificaRientroInTIBinding">
|
|
<soap:address location="https://localhost:7502/wsverificarientro/VerificaRientroInTI"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|