59 lines
2.5 KiB
XML
59 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions
|
|
targetNamespace = "http://dbcmnp/SOA/EsitoCessMnp"
|
|
xmlns:nsSchema = "http://dbcmnp/SOA/EsitoCessMnp/2023-04-06"
|
|
xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:head = "http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06"
|
|
xmlns:tns = "http://dbcmnp/SOA/EsitoCessMnp"
|
|
xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
|
|
>
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace = "http://dbcmnp/SOA/EsitoCessMnp">
|
|
<xsd:import namespace = "http://dbcmnp/SOA/EsitoCessMnp/2023-04-06" schemaLocation = "esitoCessMnp.xsd"/>
|
|
<xsd:import namespace = "http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06" schemaLocation = "SOAPHeader_v1.1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
|
|
<wsdl:message name = "esitoCessMnpRequest">
|
|
<wsdl:part element = "head:Header" name = "Header"/>
|
|
<wsdl:part element = "nsSchema:esitoCessMnpRequest" name = "body"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name = "esitoCessMnpResponse">
|
|
<wsdl:part element = "head:Header" name = "Header"/>
|
|
<wsdl:part element = "nsSchema:esitoCessMnpResponse" name = "body"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:portType name = "EsitoCessMnpPortType">
|
|
<wsdl:operation name = "esitoCessMnp">
|
|
<wsdl:input message = "tns:esitoCessMnpRequest"/>
|
|
<wsdl:output message = "tns:esitoCessMnpResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
|
|
<wsdl:binding name = "EsitoCessMnpBinding" type = "tns:EsitoCessMnpPortType">
|
|
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
|
|
|
|
<wsdl:operation name = "esitoCessMnp">
|
|
<soap:operation soapAction = "esitoCessMnp" style = "document"/>
|
|
<wsdl:input>
|
|
<soap:body parts = "body" use = "literal"/>
|
|
<soap:header message = "tns:esitoCessMnpRequest" part = "Header" use = "literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body parts = "body" use = "literal"/>
|
|
<soap:header message = "tns:esitoCessMnpResponse" part = "Header" use = "literal"/>
|
|
</wsdl:output>
|
|
|
|
</wsdl:operation>
|
|
|
|
</wsdl:binding>
|
|
|
|
<wsdl:service name = "EsitoCessMnp-1.0">
|
|
<wsdl:port binding = "tns:EsitoCessMnpBinding" name = "EsitoCessMnp">
|
|
<soap:address location = "https://localhost:7502/wsgispesito/EsitoCessMnp"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|