First Commit - Source Code from Reply
This commit is contained in:
32
dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/dbss/PortingOutMgmt.wsdl
Normal file
32
dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/dbss/PortingOutMgmt.wsdl
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions xmlns:tns="http://telecomitalia.it/SOA/PortingOutMgmtWSDL" xmlns:ns="http://telecomitalia.it/SOA/PortingOutMgmt" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://telecomitalia.it/SOA/PortingOutMgmtWSDL">
|
||||
<wsdl:types>
|
||||
<xsd:schema targetNamespace="http://telecomitalia.it/SOA/PortingOutMgmtWSDL">
|
||||
<xsd:import namespace="http://telecomitalia.it/SOA/PortingOutMgmt" schemaLocation="PortingOutMgmt.xsd"/>
|
||||
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
|
||||
</xsd:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="NotifyPortoutRequest">
|
||||
<wsdl:part name="body" element="ns:notifyPortoutRequest"/>
|
||||
<wsdl:part name="Header" element="ns2:Header"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="PortoutOrderRequest">
|
||||
<wsdl:part name="body" element="ns:portoutOrderRequest"/>
|
||||
<wsdl:part name="Header" element="ns2:Header"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="ValidatePortoutRequest">
|
||||
<wsdl:part name="body" element="ns:validatePortoutRequest"/>
|
||||
<wsdl:part name="Header" element="ns2:Header"/>
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="PortingOutPortType">
|
||||
<wsdl:operation name="ValidatePortout">
|
||||
<wsdl:input message="tns:ValidatePortoutRequest"/>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="PortoutOrder">
|
||||
<wsdl:input message="tns:PortoutOrderRequest"/>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="NotifyPortout">
|
||||
<wsdl:input message="tns:NotifyPortoutRequest"/>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
</wsdl:definitions>
|
||||
Reference in New Issue
Block a user