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

55 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace = "http://dbcmnp/SOA/MobileNumberPortabilityMgmt" xmlns:nsSchema = "http://dbcmnp/SOA/MobileNumberPortabilityMgmt/2015-05-11" xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head = "http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns = "http://dbcmnp/SOA/MobileNumberPortabilityMgmt" xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/" xmlns:xsd = "http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<xsd:schema targetNamespace = "http://dbcmnp/SOA/MobileNumberPortabilityMgmt">
<xsd:import namespace = "http://dbcmnp/SOA/MobileNumberPortabilityMgmt/2015-05-11" schemaLocation = "MobileNumberPortabilityMgmt.xsd"/>
<xsd:import namespace = "http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation = "SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name = "portInRequest">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:portInRequest" name = "body"/>
</wsdl:message>
<wsdl:message name = "portOutCreditRequest">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:portOutCreditRequest" name = "body"/>
</wsdl:message>
<wsdl:portType name = "MobileNumberPortabilityMgmtPortType">
<wsdl:operation name = "portIn">
<wsdl:input message = "tns:portInRequest"/>
</wsdl:operation>
<wsdl:operation name = "portOutCredit">
<wsdl:input message = "tns:portOutCreditRequest"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name = "MobileNumberPortabilityMgmtBinding" type = "tns:MobileNumberPortabilityMgmtPortType">
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name = "portIn">
<soap:operation soapAction = "portIn" style = "document"/>
<wsdl:input>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:portInRequest" part = "Header" use = "literal"/>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name = "portOutCredit">
<soap:operation soapAction = "portOutCredit" style = "document"/>
<wsdl:input>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:portOutCreditRequest" part = "Header" use = "literal"/>
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name = "MobileNumberPortabilityMgmt-1.0">
<wsdl:port binding = "tns:MobileNumberPortabilityMgmtBinding" name = "MobileNumberPortabilityMgmt">
<soap:address location = "https://localhost:7502/wsdbss/MobileNumberPortabilityMgmt"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>