First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions xmlns:tns="http://telecomitalia.it/SOA/MobileNumberPortabilityMgmtResponse" xmlns:nsSchema="http://telecomitalia.it/SOA/MobileNumberPortabilityMgmtResponse/2015-05-11" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:head="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/MobileNumberPortabilityMgmtResponse">
|
||||
|
||||
<wsdl:types>
|
||||
<xsd:schema targetNamespace="http://telecomitalia.it/SOA/MobileNumberPortabilityMgmtResponse">
|
||||
<xsd:import namespace="http://telecomitalia.it/SOA/MobileNumberPortabilityMgmtResponse/2015-05-11" schemaLocation="MobileNumberPortabilityMgmtResponse.xsd"/>
|
||||
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
|
||||
</xsd:schema>
|
||||
</wsdl:types>
|
||||
|
||||
<wsdl:message name="portInResultRequest">
|
||||
<wsdl:part element="nsSchema:portInResultRequest" name="body"/>
|
||||
<wsdl:part element="head:Header" name="Header"/>
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="portOutCreditResultRequest">
|
||||
<wsdl:part element="nsSchema:portOutCreditResultRequest" name="body"/>
|
||||
<wsdl:part element="head:Header" name="Header"/>
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:portType name="MobileNumberPortabilityMgmtResponsePortType">
|
||||
<wsdl:operation name="portInResult">
|
||||
<wsdl:input message="tns:portInResultRequest"/>
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="portOutCreditResult">
|
||||
<wsdl:input message="tns:portOutCreditResultRequest"/>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
|
||||
</wsdl:definitions>
|
||||
Reference in New Issue
Block a user