77 lines
2.9 KiB
XML
77 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:tns="http://telecomitalia.it/BSS/MVNO/NP-Request"
|
|
targetNamespace="http://telecomitalia.it/BSS/MVNO/NP-Request"
|
|
xmlns:h="http://telecomitalia.it/BSS/MVNO/NP-RequestHeaderTypes">
|
|
<types>
|
|
<xs:schema>
|
|
<xs:import namespace="http://telecomitalia.it/BSS/MVNO/NP-Request" schemaLocation="NP-Request.xsd"/>
|
|
</xs:schema>
|
|
</types>
|
|
<message name="Header">
|
|
<part name="Header" element="h:Header"/>
|
|
</message>
|
|
<message name="RequestPortingInRecipientMessage">
|
|
<part name="body" element="tns:RequestPortingInRecipientMessage"/>
|
|
</message>
|
|
<message name="NotifyValidationDonorMessage">
|
|
<part name="body" element="tns:NotifyValidationDonorMessage"/>
|
|
</message>
|
|
<message name="NotifyCreditTransferDonorMessage">
|
|
<part name="body" element="tns:NotifyCreditTransferDonorMessage"/>
|
|
</message>
|
|
<message name="UpdateDCODonorMessage">
|
|
<part name="body" element="tns:UpdateDCODonorMessage"/>
|
|
</message>
|
|
<portType name="NP-RequestPortType">
|
|
<operation name="requestPortingInRecipient">
|
|
<input message="tns:RequestPortingInRecipientMessage"/>
|
|
</operation>
|
|
<operation name="notifyValidationDonor">
|
|
<input message="tns:NotifyValidationDonorMessage"/>
|
|
</operation>
|
|
<operation name="notifyCreditTransferDonor">
|
|
<input message="tns:NotifyCreditTransferDonorMessage"/>
|
|
</operation>
|
|
<operation name="updateDCODonor">
|
|
<input message="tns:UpdateDCODonorMessage"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="NP-RequestBinding" type="tns:NP-RequestPortType">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="requestPortingInRecipient">
|
|
<soap:operation soapAction="requestPortingInRecipient"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
<soap:header message="tns:Header" part="Header" use="literal"/>
|
|
</input>
|
|
</operation>
|
|
<operation name="notifyValidationDonor">
|
|
<soap:operation soapAction="notifyValidationDonor"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
<soap:header message="tns:Header" part="Header" use="literal"/>
|
|
</input>
|
|
</operation>
|
|
<operation name="notifyCreditTransferDonor">
|
|
<soap:operation soapAction="notifyCreditTransferDonor"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
<soap:header message="tns:Header" part="Header" use="literal"/>
|
|
</input>
|
|
</operation>
|
|
<operation name="updateDCODonor">
|
|
<soap:operation soapAction="updateDCODonor"/>
|
|
<input>
|
|
<soap:body use="literal"/>
|
|
<soap:header message="tns:Header" part="Header" use="literal"/>
|
|
</input>
|
|
</operation>
|
|
</binding>
|
|
<service name="NP-RequestBinding">
|
|
<port name="NP-RequestBindingJMS" binding="tns:NP-RequestBinding">
|
|
<soap:address location="jndi:/soanet.mvno.nprequest.req"/>
|
|
</port>
|
|
</service>
|
|
</definitions> |