jms and http in one wsdl file

This commit is contained in:
wojciech
2024-08-27 17:21:30 +02:00
parent 96b1a57b06
commit c5ba243f13
28 changed files with 791 additions and 377 deletions

View File

@@ -1,10 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:tns="http://xmlns.example.com/1721737885605" xmlns:ns0="http://www.demo.com/author" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Untitled" targetNamespace="http://xmlns.example.com/1721737885605">
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" location="../schemas/deleteRequest.xsd"/>
<wsdl:import namespace="http://www.demo.com/author" location="../schemas/postRequest.xsd"/>
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" location="../schemas/errorSchema.xsd"/>
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" location="../schemas/getRequest.xsd"/>
<wsdl:definitions xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:ns0="http://www.demo.com/author" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns4="http://www.demo.com/PutRequest" xmlns:ns3="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:ns6="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:ns5="http://www.demo.com/GetResponse" xmlns:ns8="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns7="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:ns9="http://www.demo.com/PostRequest" xmlns:ns11="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" xmlns:ns10="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:tns="http://xmlns.example.com/1721737885605" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Untitled" targetNamespace="http://xmlns.example.com/1721737885605">
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" location="../schemas/getRequest.xsd"/>
<wsdl:import namespace="http://www.demo.com/author" location="../schemas/author.xsd"/>
<wsdl:import namespace="http://www.demo.com/PutRequest" location="../schemas/putRequest.xsd"/>
<wsdl:import namespace="http://www.demo.com/GetResponse" location="../schemas/getResponse.xsd"/>
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" location="../schemas/putResponse.xsd"/>
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" location="../schemas/deleteRequest.xsd"/>
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" location="../schemas/deleteResponse.xsd"/>
<wsdl:import namespace="http://www.demo.com/PostRequest" location="../schemas/postRequest.xsd"/>
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" location="../schemas/postResponse.xsd"/>
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" location="../schemas/errorSchema.xsd"/>
<wsdl:types>
<xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/author" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/author" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://www.demo.com/author"/>
@@ -46,22 +52,22 @@
</xs:schema>
</wsdl:types>
<wsdl:message name="requestGet">
<wsdl:part name="part1" element="ns1:id"/>
<wsdl:part name="part1" element="ns3:id"/>
</wsdl:message>
<wsdl:message name="responseGet">
<wsdl:part name="part1" element="ns0:author"/>
<wsdl:part name="part1" element="ns5:author"/>
</wsdl:message>
<wsdl:message name="requestPUT">
<wsdl:part name="part1" element="ns0:author"/>
<wsdl:part name="part1" element="ns4:author"/>
</wsdl:message>
<wsdl:message name="responsePUT">
<wsdl:part name="part1" element="ns1:status"/>
<wsdl:part name="part1" element="ns6:status"/>
</wsdl:message>
<wsdl:message name="requestDelete">
<wsdl:part name="part1" element="ns:id"/>
<wsdl:part name="part1" element="ns7:id"/>
</wsdl:message>
<wsdl:message name="responseDelete">
<wsdl:part name="part1" element="ns1:status"/>
<wsdl:part name="part1" element="ns8:status"/>
</wsdl:message>
<wsdl:service name="WSDL-service2">
<wsdl:port name="PortTypeEndpoint2" binding="tns:PortTypeEndpoint2Binding">
@@ -106,12 +112,12 @@
</wsdl:operation>
</wsdl:binding>
<wsdl:message name="requestPOST">
<wsdl:part name="part1" element="ns0:author"/>
<wsdl:part name="part1" element="ns9:author"/>
</wsdl:message>
<wsdl:message name="responsePOST">
<wsdl:part name="part1" element="ns1:status"/>
<wsdl:part name="part1" element="ns10:status"/>
</wsdl:message>
<wsdl:message name="ErrorMessage">
<wsdl:part name="part1" element="ns2:error"/>
<wsdl:part name="part1" element="ns11:error"/>
</wsdl:message>
</wsdl:definitions>