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,4 +1,4 @@
#Design time libraries
#Format: #=File Alias=Description
#Fri Aug 09 16:47:09 CEST 2024
#Tue Aug 27 15:25:45 CEST 2024
0=ProjectLibrary.projlib1\=

View File

@@ -8,8 +8,8 @@
<property key="ae.palette.Mail.palette.version" value="5.15.0"/>
<property key="turbo.palette.version" value="5.6.1"/>
<property key="ae.palette.Policy.version" value="5.15.0"/>
<property key="ae.process.palette.version" value="5.15.0"/>
<property key="ae.repo.palette.version" value="5.3.0"/>
<property key="ae.process.palette.version" value="5.15.0"/>
<property key="httppalette.httpplugins.version" value="5.15.0"/>
<property key="ae.aepalette.ae.palette.version" value="5.15.0"/>
<property key="palette.generalpalette.version" value="5.3.0"/>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.demo.com/author" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx3="http://xmlns.example.com/1721737885605" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xmlns.tibco.com/bw/activity/xml/render/bytesEnvelope/2003/05" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" xmlns:ns3="http://www.tibco.com/namespaces/tnt/plugins/file/v2">
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/putRequest.xsd"/>
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/author.xsd"/>
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Processes/xml/author/XmlPOST.process</pd:name>
<pd:startName>Start</pd:startName>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.demo.com/author" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://xmlns.tibco.com/bw/activity/xml/render/bytesEnvelope/2003/05" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx3="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:pfx4="http://xmlns.example.com/1721737885605" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:ns3="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2">
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/putRequest.xsd"/>
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/author.xsd"/>
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Processes/xml/author/XmlPUT.process</pd:name>
<pd:startName>Start</pd:startName>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
<folder resourceType="ae.designerfolder" name="JmsErrorSchema" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
<description/>
<fixedChildren/>
</folder>
</Repository:repository>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd"
targetNamespace="http://www.tibco.com/schemas/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="response">
<xs:complexType>
<xs:sequence>
<xs:element ref="status"/>
<xs:element ref="isError"/>
<xs:element ref="correlationID"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="status" type="xs:string"/>
<xs:element name="isError" type="xs:boolean"/>
<xs:element name="correlationID" type="xs:string"/>
</xs:schema>

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
<name name="LibraryBuilder">
<version>6</version>
<version>21</version>
<author>wojciech</author>
<fileLocation>/home/wojciech/ProjectLibrary.projlib</fileLocation>
<resources>/Resources/WSDL/WSDL.wsdl,/Resources/WSDL/concrete/author methods.wsdl,/Resources/schemas/author.xsd,/Resources/schemas/deleteRequest.xsd,/Resources/schemas/deleteResponse.xsd,/Resources/schemas/errorSchema.xsd,/Resources/schemas/getRequest.xsd,/Resources/schemas/getResponse.xsd,/Resources/schemas/postRequest.xsd,/Resources/schemas/postResponse.xsd,/Resources/schemas/putRequest.xsd,/Resources/schemas/putResponse.xsd</resources>
<resources>/Resources/WSDL/WSDL.wsdl,/Resources/schemas/author.xsd,/Resources/schemas/deleteRequest.xsd,/Resources/schemas/deleteResponse.xsd,/Resources/schemas/errorSchema.xsd,/Resources/schemas/getRequest.xsd,/Resources/schemas/getResponse.xsd,/Resources/schemas/postRequest.xsd,/Resources/schemas/postResponse.xsd,/Resources/schemas/putRequest.xsd,/Resources/schemas/putResponse.xsd</resources>
</name>
</Repository:repository>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.demo.com/author" xmlns:ns3="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns5="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.demo.com/author" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:ns3="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/SoapDeleteAuthor.process</pd:name>
<pd:startName>Start</pd:startName>
@@ -9,9 +9,9 @@
<pd:returnBindings>
<wsdlPfx:responseDelete>
<part1>
<ns2:status>
<ns5:status>
<xsl:value-of select="$XmlDELETE/root/status"/>
</ns2:status>
</ns5:status>
</part1>
</wsdlPfx:responseDelete>
</pd:returnBindings>
@@ -35,7 +35,7 @@
<pd:inputBindings>
<root>
<id>
<xsl:value-of select="$Start/wsdlPfx:requestDelete/part1/ns:id"/>
<xsl:value-of select="$Start/wsdlPfx:requestDelete/part1/ns4:id"/>
</id>
</root>
</pd:inputBindings>

View File

@@ -1,18 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pfx="http://xmlns.example.com/1721743175984" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.demo.com/author" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns3="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2">
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns5="http://www.demo.com/GetResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pfx="http://xmlns.example.com/1721743175984" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.demo.com/author" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:ns3="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2">
<xs:import xmlns:xs="http://www.w3.org/2001/XMLSchema" namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" schemaLocation="/Resources/schemas/getRequest.xsd"/>
<wsdl:import namespace="http://xmlns.example.com/1721743175984" location="/Resources/WSDL/concrete/author methods.wsdl"/>
<wsdl:import namespace="http://xmlns.example.com/1721743175984" location="/Resources/WSDL/WSDL-service8.serviceagent"/>
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<wsdl:import namespace="http://xmlns.example.com/1721743175984"/>
<pd:name>Resources/WSDL/SoapGetAuthor.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestGet"/>
<pd:startX>111</pd:startX>
<pd:startX>116</pd:startX>
<pd:startY>64</pd:startY>
<pd:returnBindings>
<wsdlPfx:responseGet>
<part1>
<xsl:copy-of select="$XmlGET/root/ns2:author"/>
<ns5:author>
<xsl:if test="$XmlGET/root/ns2:author/@id">
<xsl:attribute name="id">
<xsl:value-of select="$XmlGET/root/ns2:author/@id"/>
</xsl:attribute>
</xsl:if>
<ns5:firstName>
<xsl:value-of select="$XmlGET/root/ns2:author/ns2:firstName"/>
</ns5:firstName>
<ns5:lastName>
<xsl:value-of select="$XmlGET/root/ns2:author/ns2:lastName"/>
</ns5:lastName>
<xsl:if test="$XmlGET/root/ns2:author/ns2:age">
<ns5:age>
<xsl:value-of select="$XmlGET/root/ns2:author/ns2:age"/>
</ns5:age>
</xsl:if>
<ns5:dateOfBirth>
<xsl:value-of select="$XmlGET/root/ns2:author/ns2:dateOfBirth"/>
</ns5:dateOfBirth>
<xsl:if test="$XmlGET/root/ns2:author/ns2:dateOfDeath">
<ns5:dateOfDeath>
<xsl:value-of select="$XmlGET/root/ns2:author/ns2:dateOfDeath"/>
</ns5:dateOfDeath>
</xsl:if>
</ns5:author>
</part1>
</wsdlPfx:responseGet>
</pd:returnBindings>
@@ -36,7 +60,7 @@
<pd:inputBindings>
<root>
<id>
<xsl:value-of select="$Start/wsdlPfx:requestGet/part1/ns:id"/>
<xsl:value-of select="$Start/wsdlPfx:requestGet/part1/ns4:id"/>
</id>
</root>
</pd:inputBindings>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:ns3="http://www.demo.com/PostRequest">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/SoapPostAuthor.process</pd:name>
<pd:startName>Start</pd:startName>
@@ -9,9 +9,9 @@
<pd:returnBindings>
<wsdlPfx:responsePOST>
<part1>
<ns2:status>
<ns4:status>
<xsl:value-of select="$XmlPOST/root/status"/>
</ns2:status>
</ns4:status>
</part1>
</wsdlPfx:responsePOST>
</pd:returnBindings>
@@ -34,7 +34,32 @@
</config>
<pd:inputBindings>
<root>
<xsl:copy-of select="$Start/wsdlPfx:requestPOST/part1/ns:author"/>
<ns:author>
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns3:author/@id">
<xsl:attribute name="id">
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/@id"/>
</xsl:attribute>
</xsl:if>
<ns:firstName>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:firstName"/>
</ns:firstName>
<ns:lastName>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:lastName"/>
</ns:lastName>
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:age">
<ns:age>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:age"/>
</ns:age>
</xsl:if>
<ns:dateOfBirth>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:dateOfBirth"/>
</ns:dateOfBirth>
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:dateOfDeath">
<ns:dateOfDeath>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:dateOfDeath"/>
</ns:dateOfDeath>
</xsl:if>
</ns:author>
</root>
</pd:inputBindings>
</pd:activity>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:ns3="http://www.demo.com/PutRequest">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/SoapPutAuthor.process</pd:name>
<pd:startName>Start</pd:startName>
@@ -9,9 +9,9 @@
<pd:returnBindings>
<wsdlPfx:responsePUT>
<part1>
<ns2:status>
<ns4:status>
<xsl:value-of select="$XmlPUT/root/status"/>
</ns2:status>
</ns4:status>
</part1>
</wsdlPfx:responsePUT>
</pd:returnBindings>
@@ -35,30 +35,26 @@
<pd:inputBindings>
<root>
<ns:author>
<xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns:author/@id">
<xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns3:author/@id">
<xsl:attribute name="id">
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/@id"/>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/@id"/>
</xsl:attribute>
</xsl:if>
<ns:firstName>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:firstName"/>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:firstName"/>
</ns:firstName>
<ns:lastName>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:lastName"/>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:lastName"/>
</ns:lastName>
<xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:age">
<ns:age>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:age"/>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:age"/>
</ns:age>
</xsl:if>
<ns:dateOfBirth>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:dateOfBirth"/>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:dateOfBirth"/>
</ns:dateOfBirth>
<xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:dateOfDeath">
<ns:dateOfDeath>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:dateOfDeath"/>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:dateOfDeath"/>
</ns:dateOfDeath>
</xsl:if>
</ns:author>
</root>
</pd:inputBindings>

View File

@@ -0,0 +1,250 @@
<?xml version="1.0" encoding="UTF-8"?>
<serviceResource xmlns:wsdl="http://xmlns.example.com/1721737885605">
<ns0:import xmlns:ns0="http://schemas.xmlsoap.org/wsdl/" namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<config>
<wsdl namespace="http://xmlns.example.com/1724754439805" embedWsdlComponents="true" embedSchemaComponents="true" embedJndiProperties="false"/>
<class>com.tibco.bw.service.serviceAgent.ServiceServiceAgent</class>
<name>WSDL-service0</name>
<resourceType>service.definition</resourceType>
<implType>bw</implType>
<groups>
<row isDefault="true" groupName="Default"/>
</groups>
<interfaceImpl>
<tab>
<tabName>PortType</tabName>
<tabType>bw</tabType>
<config>
<wsdlDetail location="/Resources/WSDL/WSDL.wsdl" portType="PortType" ns="http://xmlns.example.com/1721737885605"/>
<detail>
<tab>
<tabName>service.definition.impl.tab.label</tabName>
<tabType>impl</tabType>
<config>
<operations>
<row opName="Post" opImpl="/Resources/WSDL/SoapPostAuthor.process"/>
<row opName="Get" opImpl="/Resources/WSDL/SoapGetAuthor.process"/>
<row opName="Put" opImpl="/Resources/WSDL/SoapPutAuthor.process"/>
<row opName="Delete" opImpl="/Resources/WSDL/SoapDeleteAuthor.process"/>
</operations>
</config>
</tab>
<tab>
<tabName>service.definition.ep.tab.label</tabName>
<tabType>ep</tabType>
<config>
<epBindings>
<row epName="JmsEndpoint" epType="soap">
<config>
<epDetail>
<tab>
<tabName>soap.service.transport.ui.transport.tab.label</tabName>
<tabType>transport</tabType>
<config>
<sharedChannel>/LocalResources/alternativeQueue.sharedjmscon</sharedChannel>
<transport>
<config>
<JMSTo>queue.sample</JMSTo>
<JMSDestinationType>queue</JMSDestinationType>
<JMSMessageType>Bytes</JMSMessageType>
<SoapJmsW3cFlag>false</SoapJmsW3cFlag>
<targetService/>
<useIncomingDeliveryMode>false</useIncomingDeliveryMode>
<JMSDeliveryMode>2</JMSDeliveryMode>
<JMSAcknowledgementMode>1</JMSAcknowledgementMode>
<ApplicationProperties/>
<ApplicationPropertiesOutMessage/>
<JMSMaxSessions/>
<operations>
<operation name="Post">
<general>
<config>
<JMSDurable>false</JMSDurable>
<JMSDurableName/>
</config>
</general>
</operation>
<operation name="Get">
<general>
<config>
<JMSDurable>false</JMSDurable>
<JMSDurableName/>
</config>
</general>
</operation>
<operation name="Put">
<general>
<config>
<JMSDurable>false</JMSDurable>
<JMSDurableName/>
</config>
</general>
</operation>
<operation name="Delete">
<general>
<config>
<JMSDurable>false</JMSDurable>
<JMSDurableName/>
</config>
</general>
</operation>
</operations>
</config>
</transport>
</config>
</tab>
<tab>
<tabName>soap.service.transport.ui.details.tab.label</tabName>
<tabType>details</tabType>
<config>
<operationStyle>document</operationStyle>
<soapVersion>SOAP 1.1</soapVersion>
<soap>
<operation name="Post">
<general>
<config>
<soapAction>/PortTypeEndpoint0/Post</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Get">
<general>
<config>
<soapAction>/PortTypeEndpoint0/Get</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Put">
<general>
<config>
<soapAction>/PortTypeEndpoint0/Put</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Delete">
<general>
<config>
<soapAction>/PortTypeEndpoint0/Delete</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
</soap>
</config>
</tab>
</epDetail>
</config>
</row>
<row epName="HttpEndpoint" epType="soap">
<config>
<epDetail>
<tab>
<tabName>soap.service.transport.ui.transport.tab.label</tabName>
<tabType>transport</tabType>
<config>
<sharedChannel>/Resources/configurations/HTTP Connection.sharedhttp</sharedChannel>
<transport>
<config>
<useBasicAuthentication>false</useBasicAuthentication>
<httpURI>/PortTypeEndpoint1</httpURI>
</config>
</transport>
</config>
</tab>
<tab>
<tabName>soap.service.transport.ui.details.tab.label</tabName>
<tabType>details</tabType>
<config>
<operationStyle>document</operationStyle>
<soapVersion>SOAP 1.1</soapVersion>
<soap>
<operation name="Post">
<general>
<config>
<soapAction>/PortTypeEndpoint1/Post</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Get">
<general>
<config>
<soapAction>/PortTypeEndpoint1/Get</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Put">
<general>
<config>
<soapAction>/PortTypeEndpoint1/Put</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Delete">
<general>
<config>
<soapAction>/PortTypeEndpoint1/Delete</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
</soap>
</config>
</tab>
</epDetail>
</config>
</row>
</epBindings>
</config>
</tab>
</detail>
</config>
</tab>
</interfaceImpl>
</config>
</serviceResource>

View File

@@ -1,127 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<serviceResource xmlns:wsdl="http://xmlns.example.com/1721737885605">
<ns0:import xmlns:ns0="http://schemas.xmlsoap.org/wsdl/" namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<config>
<wsdl namespace="http://xmlns.example.com/1721743175984" embedWsdlComponents="true" embedSchemaComponents="true" embedJndiProperties="false"/>
<class>com.tibco.bw.service.serviceAgent.ServiceServiceAgent</class>
<name>WSDL-service8</name>
<resourceType>service.definition</resourceType>
<implType>bw</implType>
<groups>
<row isDefault="true" groupName="Default"/>
</groups>
<serviceChange>Wed Jul 24 16:14:47 CEST 2024</serviceChange>
<interfaceImpl>
<tab>
<tabName>PortType</tabName>
<tabType>bw</tabType>
<config>
<wsdlDetail location="/Resources/WSDL/WSDL.wsdl" portType="PortType" ns="http://xmlns.example.com/1721737885605"/>
<detail>
<tab>
<tabName>service.definition.impl.tab.label</tabName>
<tabType>impl</tabType>
<config>
<operations>
<row opName="Post" opImpl="/Resources/WSDL/SoapPostAuthor.process"/>
<row opName="Get" opImpl="/Resources/WSDL/SoapGetAuthor.process"/>
<row opName="Put" opImpl="/Resources/WSDL/SoapPutAuthor.process"/>
<row opName="Delete" opImpl="/Resources/WSDL/SoapDeleteAuthor.process"/>
</operations>
</config>
</tab>
<tab>
<tabName>service.definition.ep.tab.label</tabName>
<tabType>ep</tabType>
<config>
<epBindings>
<row epName="PortTypeEndpoint8" epType="soap">
<config>
<epDetail>
<tab>
<tabName>soap.service.transport.ui.transport.tab.label</tabName>
<tabType>transport</tabType>
<config>
<sharedChannel>/Resources/configurations/HTTP Connection.sharedhttp</sharedChannel>
<transport>
<config>
<useBasicAuthentication>false</useBasicAuthentication>
<httpURI>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8</httpURI>
</config>
</transport>
</config>
</tab>
<tab>
<tabName>soap.service.transport.ui.details.tab.label</tabName>
<tabType>details</tabType>
<config>
<operationStyle>document</operationStyle>
<soapVersion>SOAP 1.1</soapVersion>
<soap>
<operation name="Post">
<general>
<config>
<soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Post</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Get">
<general>
<config>
<soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Get</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Put">
<general>
<config>
<soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Put</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
<operation name="Delete">
<general>
<config>
<soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Delete</soapAction>
<operationStyle/>
<soapUse>literal</soapUse>
<inputNamespace/>
<outputNamespace/>
<faultNamespace/>
<portAddressPrefix/>
</config>
</general>
</operation>
</soap>
</config>
</tab>
</epDetail>
</config>
</row>
</epBindings>
</config>
</tab>
</detail>
</config>
</tab>
</interfaceImpl>
</config>
</serviceResource>

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>

View File

@@ -0,0 +1,309 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:ns0="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:soap1="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:ns3="http://www.demo.com/PostRequest" xmlns:ns6="http://www.demo.com/GetResponse" xmlns:jms="http://www.tibco.com/namespaces/ws/2004/soap/binding/JMS" xmlns:ns5="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:ns8="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns7="http://www.demo.com/PutRequest" xmlns:tns="http://xmlns.example.com/1724754439805" xmlns:jndi="http://www.tibco.com/namespaces/ws/2004/soap/apis/jndi" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Untitled" targetNamespace="http://xmlns.example.com/1724754439805">
<wsdl:types>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns4:status"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="status" type="xs:string"/>
</xs:schema>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="id" type="xs:int"/>
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns5:id"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/GetResponse" xmlns:ns0="http://www.demo.com/author" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/GetResponse" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="AuthorType">
<xs:complexContent>
<xs:extension base="a:PersonType">
<xs:sequence>
<xs:element name="dateOfBirth" type="xs:date"/>
<xs:element name="dateOfDeath" type="xs:date" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AuthorsType">
<xs:sequence>
<xs:element ref="a:author" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PersonType">
<xs:sequence>
<xs:element name="firstName" type="xs:string"/>
<xs:element name="lastName" type="xs:string"/>
<xs:element name="age" type="xs:int" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:int"/>
</xs:complexType>
<xs:element name="author" type="a:AuthorType"/>
<xs:element name="authors" type="a:AuthorsType"/>
</xs:schema>
<xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/PostRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/PostRequest" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="AuthorType">
<xs:complexContent>
<xs:extension base="a:PersonType">
<xs:sequence>
<xs:element name="dateOfBirth" type="xs:date"/>
<xs:element name="dateOfDeath" type="xs:date" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AuthorsType">
<xs:sequence>
<xs:element ref="a:author" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PersonType">
<xs:sequence>
<xs:element name="firstName" type="xs:string"/>
<xs:element name="lastName" type="xs:string"/>
<xs:element name="age" type="xs:int" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:int"/>
</xs:complexType>
<xs:element name="author" type="a:AuthorType"/>
<xs:element name="authors" type="a:AuthorsType"/>
</xs:schema>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns1:status"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="status" type="xs:string"/>
</xs:schema>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="error" type="xs:string"/>
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns2:error"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="id" type="xs:int"/>
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns0:id"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns8:status"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="status" type="xs:string"/>
</xs:schema>
<xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/PutRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/PutRequest" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="AuthorType">
<xs:complexContent>
<xs:extension base="a:PersonType">
<xs:sequence>
<xs:element name="dateOfBirth" type="xs:date"/>
<xs:element name="dateOfDeath" type="xs:date" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AuthorsType">
<xs:sequence>
<xs:element ref="a:author" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PersonType">
<xs:sequence>
<xs:element name="firstName" type="xs:string"/>
<xs:element name="lastName" type="xs:string"/>
<xs:element name="age" type="xs:int" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:int"/>
</xs:complexType>
<xs:element name="author" type="a:AuthorType"/>
<xs:element name="authors" type="a:AuthorsType"/>
</xs:schema>
</wsdl:types>
<wsdl:service name="WSDL-service0">
<wsdl:port name="JmsEndpoint" binding="tns:JmsEndpointBinding">
<soap:address location=""/>
<jms:connectionFactory>QueueConnectionFactory</jms:connectionFactory>
<jms:targetAddress destination="queue">queue.sample</jms:targetAddress>
</wsdl:port>
<wsdl:port name="HttpEndpoint" binding="tns:HttpEndpointBinding">
<soap:address location="http://localhost:2137/PortTypeEndpoint1"/>
</wsdl:port>
</wsdl:service>
<wsdl:portType name="PortType">
<wsdl:operation name="Delete">
<wsdl:input message="tns:requestDelete"/>
<wsdl:output message="tns:responseDelete"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
<wsdl:operation name="Post">
<wsdl:input message="tns:requestPOST"/>
<wsdl:output message="tns:responsePOST"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
<wsdl:operation name="Get">
<wsdl:input message="tns:requestGet"/>
<wsdl:output message="tns:responseGet"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
<wsdl:operation name="Put">
<wsdl:input message="tns:requestPUT"/>
<wsdl:output message="tns:responsePUT"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="JmsEndpointBinding" type="tns:PortType">
<soap:binding style="document" transport="http://www.tibco.com/namespaces/ws/2004/soap/binding/JMS"/>
<jms:binding messageFormat="bytes"/>
<wsdl:operation name="Delete">
<soap:operation style="document" soapAction="/PortTypeEndpoint0/Delete"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Post">
<soap:operation style="document" soapAction="/PortTypeEndpoint0/Post"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Get">
<soap:operation style="document" soapAction="/PortTypeEndpoint0/Get"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Put">
<soap:operation style="document" soapAction="/PortTypeEndpoint0/Put"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="HttpEndpointBinding" type="tns:PortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Delete">
<soap:operation style="document" soapAction="/PortTypeEndpoint1/Delete"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Post">
<soap:operation style="document" soapAction="/PortTypeEndpoint1/Post"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Get">
<soap:operation style="document" soapAction="/PortTypeEndpoint1/Get"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Put">
<soap:operation style="document" soapAction="/PortTypeEndpoint1/Put"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:message name="requestDelete">
<wsdl:part name="part1" element="ns0:id"/>
</wsdl:message>
<wsdl:message name="responseDelete">
<wsdl:part name="part1" element="ns1:status"/>
</wsdl:message>
<wsdl:message name="ErrorMessage">
<wsdl:part name="part1" element="ns2:error"/>
</wsdl:message>
<wsdl:message name="requestPOST">
<wsdl:part name="part1" element="ns3:author"/>
</wsdl:message>
<wsdl:message name="responsePOST">
<wsdl:part name="part1" element="ns4:status"/>
</wsdl:message>
<wsdl:message name="requestGet">
<wsdl:part name="part1" element="ns5:id"/>
</wsdl:message>
<wsdl:message name="responseGet">
<wsdl:part name="part1" element="ns6:author"/>
</wsdl:message>
<wsdl:message name="requestPUT">
<wsdl:part name="part1" element="ns7:author"/>
</wsdl:message>
<wsdl:message name="responsePUT">
<wsdl:part name="part1" element="ns8:status"/>
</wsdl:message>
</wsdl:definitions>

View File

@@ -1,172 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.example.com/1721743175984" xmlns:ns0="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" 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/" xmlns:ns3="http://www.demo.com/author" name="Untitled" targetNamespace="http://xmlns.example.com/1721743175984">
<wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" location="../../schemas/getRequest.xsd"/>
<wsdl:types>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="error" type="xs:string"/>
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns2:error"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://www.demo.com/author"/>
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns1:status"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="status" type="xs:string"/>
</xs:schema>
<xs:schema 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"/>
<xs:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"/>
<xs:complexType name="AuthorType">
<xs:complexContent>
<xs:extension base="ns3:PersonType">
<xs:sequence>
<xs:element name="dateOfBirth" type="xs:date"/>
<xs:element name="dateOfDeath" type="xs:date" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AuthorsType">
<xs:sequence>
<xs:element ref="ns3:author" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PersonType">
<xs:sequence>
<xs:element name="firstName" type="xs:string"/>
<xs:element name="lastName" type="xs:string"/>
<xs:element name="age" type="xs:int" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:int"/>
</xs:complexType>
<xs:element name="author" type="ns3:AuthorType"/>
<xs:element name="authors" type="ns3:AuthorsType"/>
</xs:schema>
<xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="id" type="xs:int"/>
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns0:id"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</wsdl:types>
<wsdl:service name="WSDL-service8">
<wsdl:port name="PortTypeEndpoint8" binding="tns:PortTypeEndpoint8Binding">
<soap:address location="http://localhost:8888/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8"/>
</wsdl:port>
</wsdl:service>
<wsdl:portType name="PortType">
<wsdl:operation name="Delete">
<wsdl:input message="tns:requestDelete"/>
<wsdl:output message="tns:responseDelete"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
<wsdl:operation name="Post">
<wsdl:input message="tns:requestPOST"/>
<wsdl:output message="tns:responsePOST"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
<wsdl:operation name="Get">
<wsdl:input message="tns:requestGet"/>
<wsdl:output message="tns:responseGet"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
<wsdl:operation name="Put">
<wsdl:input message="tns:requestPUT"/>
<wsdl:output message="tns:responsePUT"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="PortTypeEndpoint8Binding" type="tns:PortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Delete">
<soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Delete"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Post">
<soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Post"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Get">
<soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Get"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Put">
<soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Put"/>
<wsdl:input>
<soap:body use="literal" parts="part1"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="part1"/>
</wsdl:output>
<wsdl:fault name="fault1">
<soap:fault use="literal" name="fault1"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:message name="requestDelete">
<wsdl:part name="part1" element="ns0:id"/>
</wsdl:message>
<wsdl:message name="responseDelete">
<wsdl:part name="part1" element="ns1:status"/>
</wsdl:message>
<wsdl:message name="ErrorMessage">
<wsdl:part name="part1" element="ns2:error"/>
</wsdl:message>
<wsdl:message name="requestPOST">
<wsdl:part name="part1" element="ns3:author"/>
</wsdl:message>
<wsdl:message name="responsePOST">
<wsdl:part name="part1" element="ns1:status"/>
</wsdl:message>
<wsdl:message name="requestGet">
<wsdl:part name="part1" element="ns1:id"/>
</wsdl:message>
<wsdl:message name="responseGet">
<wsdl:part name="part1" element="ns3:author"/>
</wsdl:message>
<wsdl:message name="requestPUT">
<wsdl:part name="part1" element="ns3:author"/>
</wsdl:message>
<wsdl:message name="responsePUT">
<wsdl:part name="part1" element="ns1:status"/>
</wsdl:message>
</wsdl:definitions>

View File

Binary file not shown.

View File

@@ -1,6 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<ns0:authors xmlns:ns0="http://www.demo.com/author">
<ns0:author xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://www.demo.com/author" id="123">
<ns0:author xmlns:ns0="http://www.demo.com/author" id="1009">
<ns0:firstName>siema</ns0:firstName>
<ns0:lastName>asd</ns0:lastName>
<ns0:age>56</ns0:age>
<ns0:dateOfBirth>2024-08-27</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-27</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" id="1007">
<ns0:firstName>siema</ns0:firstName>
<ns0:lastName>asd</ns0:lastName>
<ns0:age>34</ns0:age>
<ns0:dateOfBirth>2024-08-05</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-14</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" id="1006">
<ns0:firstName>siema</ns0:firstName>
<ns0:lastName>asd</ns0:lastName>
<ns0:age>11</ns0:age>
<ns0:dateOfBirth>2024-07-31</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-12</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" id="101">
<ns0:firstName>asd</ns0:firstName>
<ns0:lastName>asd</ns0:lastName>
<ns0:age>23</ns0:age>
<ns0:dateOfBirth>2024-08-27</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-27</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" id="47965">
<ns0:firstName>wer</ns0:firstName>
<ns0:lastName>asd</ns0:lastName>
<ns0:age>12</ns0:age>
<ns0:dateOfBirth>2024-08-14</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-30</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" id="46375">
<ns0:firstName>siema</ns0:firstName>
<ns0:lastName>fgtbn</ns0:lastName>
<ns0:age>45</ns0:age>
<ns0:dateOfBirth>2024-08-27</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-27</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" id="35675">
<ns0:firstName>siema</ns0:firstName>
<ns0:lastName>asd</ns0:lastName>
<ns0:age>67</ns0:age>
<ns0:dateOfBirth>2024-08-27</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-27</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" id="5925">
<ns0:firstName>asd</ns0:firstName>
<ns0:lastName>dsf</ns0:lastName>
<ns0:age>32</ns0:age>
<ns0:dateOfBirth>2024-08-27</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-27</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="3692">
<ns0:firstName>piwo</ns0:firstName>
<ns0:lastName>tydr</ns0:lastName>
<ns0:age>54</ns0:age>
<ns0:dateOfBirth>2024-08-26</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-26</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="4864">
<ns0:firstName>drtg</ns0:firstName>
<ns0:lastName>dfg</ns0:lastName>
<ns0:age>54</ns0:age>
<ns0:dateOfBirth>2024-08-26</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-26</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="7347">
<ns0:firstName>siema</ns0:firstName>
<ns0:lastName>asd</ns0:lastName>
<ns0:age>12</ns0:age>
<ns0:dateOfBirth>2024-08-26</ns0:dateOfBirth>
<ns0:dateOfDeath>2024-08-26</ns0:dateOfDeath>
</ns0:author>
<ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="123">
<ns0:firstName>siema</ns0:firstName>
<ns0:lastName>tydr</ns0:lastName>
<ns0:age>12</ns0:age>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="root">

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="root">

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="root">

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="root">

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Created with Liquid Studio 2018 (https://www.liquid-technologies.com) -->
<xs:schema xmlns:a="http://www.demo.com/author"
<xs:schema xmlns:a="http://www.demo.com/GetResponse"
xmlns:p="http://www.demo.com/person"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ns0="http://www.demo.com/author"
targetNamespace="http://www.demo.com/author"
targetNamespace="http://www.demo.com/GetResponse"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:complexType name="AuthorType">
<xs:complexContent>
<xs:extension base="ns0:PersonType">
<xs:extension base="a:PersonType">
<xs:sequence>
<xs:element name="dateOfBirth" type="xs:date"/>
<xs:element name="dateOfDeath" type="xs:date" minOccurs="0"/>
@@ -18,10 +18,10 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="author" type="ns0:AuthorType"/>
<xs:element name="author" type="a:AuthorType"/>
<xs:complexType name="AuthorsType">
<xs:sequence>
<xs:element ref="ns0:author" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="a:author" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PersonType">
@@ -32,5 +32,5 @@
</xs:sequence>
<xs:attribute name="id" type="xs:int"/>
</xs:complexType>
<xs:element name="authors" type="ns0:AuthorsType"/>
<xs:element name="authors" type="a:AuthorsType"/>
</xs:schema>

View File

@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Created with Liquid Studio 2018 (https://www.liquid-technologies.com) -->
<xs:schema xmlns:a="http://www.demo.com/author1"
<xs:schema xmlns:a="http://www.demo.com/PostRequest"
xmlns:p="http://www.demo.com/person"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ns0="http://www.demo.com/author"
targetNamespace="http://www.demo.com/author1"
targetNamespace="http://www.demo.com/PostRequest"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:complexType name="AuthorType">

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="root">

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Created with Liquid Studio 2018 (https://www.liquid-technologies.com) -->
<xs:schema xmlns:a="http://www.demo.com/author"
<xs:schema xmlns:a="http://www.demo.com/PutRequest"
xmlns:p="http://www.demo.com/person"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.demo.com/author"
targetNamespace="http://www.demo.com/PutRequest"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:complexType name="AuthorType">

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="root">