Files
gateway-dbc-fx/gnpdev/wsdbcfx/wsdl/dbss/RetrieveAdditionalLines/client/RetrieveAdditionalLines_Abstract.wsdl
2024-05-09 17:40:24 +02:00

33 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:ns1="http://DBSS-OAM/RetrieveAdditionalLinesCustomTypes/2020-12-10"
xmlns:ns="http://DBSS-OAM/RetrieveAdditionalLines/2020-12-10"
xmlns:ns3="http://telecomitalia.it/SOA/SOAP/SOAPHeader"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://DBSS-OAM/RetrieveAdditionalLines"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://DBSS-OAM/RetrieveAdditionalLines">
<import namespace="http://DBSS-OAM/RetrieveAdditionalLines/2020-12-10" location="RetrieveAdditionalLines.xsd"/>
<import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" location="SOAPHeader_v1.1.xsd"/>
<types>
<xsd:schema targetNamespace="http://DBSS-OAM/RetrieveAdditionalLines">
<xsd:import namespace="http://DBSS-OAM/RetrieveAdditionalLines/2020-12-10" schemaLocation="RetrieveAdditionalLines.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</types>
<message name="getRequest">
<part name="body" element="ns:getRequest"/>
<part name="Header" element="ns3:Header"/>
</message>
<message name="getResponse">
<part name="body" element="ns:getResponse"/>
<part name="Header" element="ns3:Header"/>
</message>
<portType name="RetrieveAdditionalLinesPortType">
<operation name="get">
<input message="tns:getRequest"/>
<output message="tns:getResponse"/>
</operation>
</portType>
</definitions>