87 lines
4.4 KiB
XML
87 lines
4.4 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/IBK61/" xmlns:tns0="http://tns.tibco.com/bw/json/1718779962104" xmlns:tns1="http://www.example.org/IBK61_ResponseResource" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IBK61" targetNamespace="http://www.tibco.com/IBK61/">
|
|
<wsdl:types>
|
|
<xsd:schema xmlns:tns="http://tns.tibco.com/bw/json/1718779962104" elementFormDefault="qualified" targetNamespace="http://tns.tibco.com/bw/json/1718779962104">
|
|
<xsd:complexType name="IBK61_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="IBK61_RequestElement" type="tns:IBK61_RequestElementType"/>
|
|
</xsd:schema>
|
|
<xsd:schema xmlns:tns="http://www.example.org/IBK61_ResponseResource" elementFormDefault="qualified" targetNamespace="http://www.example.org/IBK61_ResponseResource">
|
|
<xsd:complexType name="IBK61_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="IBK61_ResponseElement" type="tns:IBK61_ResponseElementType"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="richiestaAttivaztioneCessazioneLineaRequest">
|
|
<wsdl:part name="body" element="tns0:IBK61_RequestElement"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="richiestaAttivaztioneCessazioneLineaResponse">
|
|
<wsdl:part name="body" element="tns1:IBK61_ResponseElement"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="IBK61">
|
|
<wsdl:operation name="richiestaAttivaztioneCessazioneLinea">
|
|
<wsdl:input message="tns:richiestaAttivaztioneCessazioneLineaRequest"/>
|
|
<wsdl:output message="tns:richiestaAttivaztioneCessazioneLineaResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="SOAPServiceBinding" type="tns:IBK61">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="richiestaAttivaztioneCessazioneLinea">
|
|
<soap:operation soapAction="richiestaAttivaztioneCessazioneLinea" 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="IBK61">
|
|
<wsdl:port name="IBK61SOAP" binding="tns:SOAPServiceBinding">
|
|
<soap:address location="http://localhost:8080/IBK61richiestaAttivaztioneCessazioneLinea"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|