Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/o2c/IBK63/IBK63_Concrete.wsdl

87 lines
4.2 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/IBK63/" xmlns:tns0="http://www.example.org/IBK63_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="IBK63" targetNamespace="http://www.tibco.com/IBK63/">
<wsdl:types>
<xsd:schema xmlns:tns="http://www.example.org/IBK63_ResponseResource" elementFormDefault="qualified" targetNamespace="http://www.example.org/IBK63_ResponseResource">
<xsd:complexType name="IBK63_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="IBK63_ResponseElement" type="tns:IBK63_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="IBK63_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="IBK63_RequestElement" type="tns:IBK63_RequestElementType"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="gestioneTerzePartiRequest">
<wsdl:part name="body" element="tns1:IBK63_RequestElement"/>
</wsdl:message>
<wsdl:message name="gestioneTerzePartiResponse">
<wsdl:part name="body" element="tns0:IBK63_ResponseElement"/>
</wsdl:message>
<wsdl:portType name="IBK63">
<wsdl:operation name="gestioneTerzeParti">
<wsdl:input message="tns:gestioneTerzePartiRequest"/>
<wsdl:output message="tns:gestioneTerzePartiResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="SOAPServiceBinding" type="tns:IBK63">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="gestioneTerzeParti">
<soap:operation soapAction="gestioneTerzeParti" 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="IBK63">
<wsdl:port name="IBK63SOAP" binding="tns:SOAPServiceBinding">
<soap:address location="http://localhost:8080/IBK63gestioneTerzeParti"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>