Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/dbss/lastPortability.wsdl
2024-05-13 12:54:14 +02:00

59 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace = "http://dbcmnp/SOA/LastPortability"
xmlns:nsSchema = "http://dbcmnp/SOA/LastPortability/2020-01-22"
xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:head = "http://telecomitalia.it/SOA/SOAP/SOAPHeader"
xmlns:tns = "http://dbcmnp/SOA/LastPortability"
xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
>
<wsdl:types>
<xsd:schema targetNamespace = "http://dbcmnp/SOA/LastPortability">
<xsd:import namespace = "http://dbcmnp/SOA/LastPortability/2020-01-22" schemaLocation = "lastPortability.xsd"/>
<xsd:import namespace = "http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation = "SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name = "portabilityStateRequest">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:portabilityStateRequest" name = "body"/>
</wsdl:message>
<wsdl:message name = "portabilityStateResponse">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:portabilityStateResponse" name = "body"/>
</wsdl:message>
<wsdl:portType name = "LastPortabilityPortType">
<wsdl:operation name = "getStatoPortabilitaDbc">
<wsdl:input message = "tns:portabilityStateRequest"/>
<wsdl:output message = "tns:portabilityStateResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name = "LastPortabilityBinding" type = "tns:LastPortabilityPortType">
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name = "getStatoPortabilitaDbc">
<soap:operation soapAction = "getStatoPortabilitaDbc" style = "document"/>
<wsdl:input>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:portabilityStateRequest" part = "Header" use = "literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:portabilityStateResponse" part = "Header" use = "literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name = "PortabilityState-1.0">
<wsdl:port binding = "tns:LastPortabilityBinding" name = "PortabilityState">
<soap:address location = "https://localhost:7502/wsccc/LastPortabilityBinding"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>