Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/o2c/IBK65/IBK65_Concrete.wsdl

87 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.tibco.com/IBK65/" xmlns:tns0="http://www.example.org/IBK65_ResponseResource" xmlns:tns1="http://tns.tibco.com/bw/json/1718966450929" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IBK65" targetNamespace="http://www.tibco.com/IBK65/">
<wsdl:types>
<xsd:schema xmlns:tns="http://www.example.org/IBK65_ResponseResource" elementFormDefault="qualified" targetNamespace="http://www.example.org/IBK65_ResponseResource">
<xsd:complexType name="IBK65_ResponseElementType">
<xsd:sequence>
<xsd:element minOccurs="0" name="Response">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="ReturnCode" type="xsd:string"/>
<xsd:element minOccurs="0" name="ReturnMessage" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="IBK65_ResponseElement" type="tns:IBK65_ResponseElementType"/>
</xsd:schema>
<xsd:schema xmlns:tns="http://tns.tibco.com/bw/json/1718966450929" elementFormDefault="qualified" targetNamespace="http://tns.tibco.com/bw/json/1718966450929">
<xsd:complexType name="IBK65_RequestElementType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="header">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="sourceSystem" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="channel" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="interactionDate-Date" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="interactionDate-Time" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="businessID" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="sessionID" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="transactionID" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="messageID" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="eventType" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="destinationSystem" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="message">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="RequestParameters">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="name" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="value" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="IBK65_RequestElement" type="tns:IBK65_RequestElementType"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="richiestaRestituzioneNUMRequest">
<wsdl:part name="body" element="tns1:IBK65_RequestElement"/>
</wsdl:message>
<wsdl:message name="richiestaRestituzioneNUMResponse">
<wsdl:part name="body" element="tns0:IBK65_ResponseElement"/>
</wsdl:message>
<wsdl:portType name="IBK65">
<wsdl:operation name="richiestaRestituzioneNUM">
<wsdl:input message="tns:richiestaRestituzioneNUMRequest"/>
<wsdl:output message="tns:richiestaRestituzioneNUMResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="SOAPServiceBinding" type="tns:IBK65">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="richiestaRestituzioneNUM">
<soap:operation soapAction="richiestaRestituzioneNUM" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="IBK65">
<wsdl:port name="IBK65SOAP" binding="tns:SOAPServiceBinding">
<soap:address location="http://localhost:8080/IBK65richiestaRestituzioneNUM"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>