43 lines
2.1 KiB
XML
43 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions xmlns:nsSchema="http://dbcmnp/SOA/EsitoRicMvno/2024-06-05" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader/2024-06-05" xmlns:tns="http://dbcmnp/SOA/EsitoRicMvno" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcmnp/SOA/EsitoRicMvno">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://dbcmnp/SOA/EsitoRicMvno">
|
|
<xsd:import namespace="http://dbcmnp/SOA/EsitoRicMvno/2024-06-05" schemaLocation="esitoRicMvno.xsd"/>
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader/2024-06-05" schemaLocation="SOAPHeader_v1.1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="esitoRicMvnoRequest">
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
<wsdl:part name="body" element="nsSchema:esitoRicMvnoRequest"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="esitoRicMvnoResponse">
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
<wsdl:part name="body" element="nsSchema:esitoRicMvnoResponse"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="EsitoRicMvnoPortType">
|
|
<wsdl:operation name="esitoRicMvno">
|
|
<wsdl:input message="tns:esitoRicMvnoRequest"/>
|
|
<wsdl:output message="tns:esitoRicMvnoResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="EsitoRicMvnoBinding" type="tns:EsitoRicMvnoPortType">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="esitoRicMvno">
|
|
<soap:operation soapAction="esitoRicMvno" style="document"/>
|
|
<wsdl:input>
|
|
<soap:body parts="body" use="literal"/>
|
|
<soap:header message="tns:esitoRicMvnoRequest" part="Header" use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body parts="body" use="literal"/>
|
|
<soap:header message="tns:esitoRicMvnoResponse" part="Header" use="literal"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="EsitoRicMvno">
|
|
<wsdl:port name="EsitoRicMvno" binding="tns:EsitoRicMvnoBinding">
|
|
<soap:address location="https://localhost:7502/wso2cesitricmvno/EsitoRicMvno"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|