53 lines
2.7 KiB
XML
53 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions targetNamespace="http://dbcfx/SOA/WirelineNumberPortabilityMgmt"
|
|
xmlns:nsSchema="http://dbcfx/SOA/WirelineNumberPortabilityMgmt/2016-02-29"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader"
|
|
xmlns:tns="http://dbcfx/SOA/WirelineNumberPortabilityMgmt"
|
|
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://dbcfx/SOA/WirelineNumberPortabilityMgmt">
|
|
<xsd:import namespace="http://dbcfx/SOA/WirelineNumberPortabilityMgmt/2016-02-29" schemaLocation="WirelineNumberPortabilityMgmt.xsd"/>
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
|
|
<wsdl:message name = "richiestaAttivazioneRequest">
|
|
<wsdl:part element = "head:Header" name = "Header"/>
|
|
<wsdl:part element = "nsSchema:richiestaAttivazioneRequest" name = "body"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="richiestaAttivazioneResponse">
|
|
<wsdl:part element="head:Header" name="Header" />
|
|
<wsdl:part element="nsSchema:richiestaAttivazioneResponse" name="body" />
|
|
</wsdl:message>
|
|
|
|
<wsdl:portType name = "WirelineNumberPortabilityMgmtPortType">
|
|
<wsdl:operation name = "richiestaAttivazione">
|
|
<wsdl:input message = "tns:richiestaAttivazioneRequest"/>
|
|
<wsdl:output message="tns:richiestaAttivazioneResponse" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
|
|
<wsdl:binding name = "WirelineNumberPortabilityMgmtBinding" type = "tns:WirelineNumberPortabilityMgmtPortType">
|
|
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name = "richiestaAttivazione">
|
|
<soap:operation soapAction = "richiestaAttivazione" style = "document"/>
|
|
<wsdl:input>
|
|
<soap:body parts = "body" use = "literal"/>
|
|
<soap:header message = "tns:richiestaAttivazioneRequest" part = "Header" use = "literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body parts="body" use="literal" />
|
|
<soap:header message="tns:richiestaAttivazioneResponse" part="Header" use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
|
|
<wsdl:service name = "WirelineNumberPortabilityMgmt-1.0">
|
|
<wsdl:port binding = "tns:WirelineNumberPortabilityMgmtBinding" name = "WirelineNumberPortabilityMgmt">
|
|
<soap:address location = "https://localhost:7502/wsdbss/WirelineNumberPortabilityMgmt"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|