current version

This commit is contained in:
wojciech
2024-07-24 17:04:39 +02:00
parent a64e35466a
commit 392ffd1dd6
60 changed files with 4148 additions and 0 deletions

7
Resources/WSDL/.folder Normal file
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="WSDL" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
<description/>
<fixedChildren/>
</folder>
</Repository:repository>

View File

@@ -0,0 +1,76 @@
<?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">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/PortTypeDelete.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestDelete"/>
<pd:startX>150</pd:startX>
<pd:startY>65</pd:startY>
<pd:returnBindings>
<wsdlPfx:responseDelete>
<part1>
<ns2:status>
<xsl:value-of select="$Wait/root/status"/>
</ns2:status>
</part1>
</wsdlPfx:responseDelete>
</pd:returnBindings>
<pd:endName>End</pd:endName>
<pd:endType wsMsgRef="wsdlPfx:responseDelete"/>
<pd:endX>486</pd:endX>
<pd:endY>65</pd:endY>
<pd:errorSchemas>
<Schema1 wsMsgRef="wsdlPfx:ErrorMessage"/>
</pd:errorSchemas>
<pd:processVariables/>
<pd:targetNamespace>http://xmlns.example.com/1721743176236</pd:targetNamespace>
<pd:activity name="XMLDELETE">
<pd:type>com.tibco.pe.core.CallProcessActivity</pd:type>
<pd:resourceType>ae.process.subprocess</pd:resourceType>
<pd:x>290</pd:x>
<pd:y>66</pd:y>
<config>
<processName>/Processes/xml/XMLDELETE.process</processName>
</config>
<pd:inputBindings>
<root>
<id>
<xsl:value-of select="$Start/wsdlPfx:requestDelete/part1/ns:id"/>
</id>
</root>
</pd:inputBindings>
</pd:activity>
<pd:activity name="Wait">
<pd:type>com.tibco.plugin.waitnotify.WaitActivity</pd:type>
<pd:resourceType>ae.activities.waitActivity</pd:resourceType>
<pd:x>393</pd:x>
<pd:y>66</pd:y>
<config>
<sharedConfig>/Resources/configurations/Notify Configuration.sharednotify</sharedConfig>
</config>
<pd:inputBindings>
<input/>
</pd:inputBindings>
</pd:activity>
<pd:transition>
<pd:from>Start</pd:from>
<pd:to>XMLDELETE</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>XMLDELETE</pd:from>
<pd:to>Wait</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>Wait</pd:from>
<pd:to>End</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
</pd:ProcessDefinition>

View File

@@ -0,0 +1,101 @@
<?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">
<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/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/PortTypeGet.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestGet"/>
<pd:startX>111</pd:startX>
<pd:startY>64</pd:startY>
<pd:returnBindings>
<wsdlPfx:responseGet>
<part1>
<ns2:author>
<xsl:if test="$Wait/root/id">
<xsl:attribute name="id">
<xsl:value-of select="$Wait/root/id"/>
</xsl:attribute>
</xsl:if>
<ns2:firstName>
<xsl:value-of select="$Wait/root/firstname"/>
</ns2:firstName>
<ns2:lastName>
<xsl:value-of select="$Wait/root/lastname"/>
</ns2:lastName>
<xsl:if test="$Wait/root/age">
<ns2:age>
<xsl:value-of select="$Wait/root/age"/>
</ns2:age>
</xsl:if>
<ns2:dateOfBirth>
<xsl:value-of select="$Wait/root/date-of-birth"/>
</ns2:dateOfBirth>
<xsl:if test="$Wait/root/date-of-death">
<ns2:dateOfDeath>
<xsl:value-of select="$Wait/root/date-of-death"/>
</ns2:dateOfDeath>
</xsl:if>
</ns2:author>
</part1>
</wsdlPfx:responseGet>
</pd:returnBindings>
<pd:endName>End</pd:endName>
<pd:endType wsMsgRef="wsdlPfx:responseGet"/>
<pd:endX>542</pd:endX>
<pd:endY>67</pd:endY>
<pd:errorSchemas>
<Schema1 wsMsgRef="wsdlPfx:ErrorMessage"/>
</pd:errorSchemas>
<pd:processVariables/>
<pd:targetNamespace>http://xmlns.example.com/1721743176122</pd:targetNamespace>
<pd:activity name="XMLGET">
<pd:type>com.tibco.pe.core.CallProcessActivity</pd:type>
<pd:resourceType>ae.process.subprocess</pd:resourceType>
<pd:x>281</pd:x>
<pd:y>65</pd:y>
<config>
<processName>/Processes/xml/XMLGET.process</processName>
</config>
<pd:inputBindings>
<root>
<id>
<xsl:value-of select="$Start/wsdlPfx:requestGet/part1/ns:id"/>
</id>
</root>
</pd:inputBindings>
</pd:activity>
<pd:activity name="Wait">
<pd:type>com.tibco.plugin.waitnotify.WaitActivity</pd:type>
<pd:resourceType>ae.activities.waitActivity</pd:resourceType>
<pd:x>411</pd:x>
<pd:y>69</pd:y>
<config>
<sharedConfig>/Resources/configurations/Notify Configuration.sharednotify</sharedConfig>
</config>
<pd:inputBindings>
<input/>
</pd:inputBindings>
</pd:activity>
<pd:transition>
<pd:from>XMLGET</pd:from>
<pd:to>Wait</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>Wait</pd:from>
<pd:to>End</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>Start</pd:from>
<pd:to>XMLGET</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
</pd:ProcessDefinition>

View File

@@ -0,0 +1,99 @@
<?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">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/PortTypePost.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestPOST"/>
<pd:startX>146</pd:startX>
<pd:startY>71</pd:startY>
<pd:returnBindings>
<wsdlPfx:responsePOST>
<part1>
<ns2:status>
<xsl:value-of select="$Wait/root/status"/>
</ns2:status>
</part1>
</wsdlPfx:responsePOST>
</pd:returnBindings>
<pd:endName>End</pd:endName>
<pd:endType wsMsgRef="wsdlPfx:responsePOST"/>
<pd:endX>529</pd:endX>
<pd:endY>73</pd:endY>
<pd:errorSchemas>
<Schema1 wsMsgRef="wsdlPfx:ErrorMessage"/>
</pd:errorSchemas>
<pd:processVariables/>
<pd:targetNamespace>http://xmlns.example.com/1721743175988</pd:targetNamespace>
<pd:activity name="XMLPOST">
<pd:type>com.tibco.pe.core.CallProcessActivity</pd:type>
<pd:resourceType>ae.process.subprocess</pd:resourceType>
<pd:x>276</pd:x>
<pd:y>70</pd:y>
<config>
<processName>/Processes/xml/XMLPOST.process</processName>
</config>
<pd:inputBindings>
<root>
<ns:author>
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns:author/@id">
<xsl:attribute name="id">
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/@id"/>
</xsl:attribute>
</xsl:if>
<ns:firstName>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:firstName"/>
</ns:firstName>
<ns:lastName>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:lastName"/>
</ns:lastName>
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:age">
<ns:age>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:age"/>
</ns:age>
</xsl:if>
<ns:dateOfBirth>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:dateOfBirth"/>
</ns:dateOfBirth>
<xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:dateOfDeath">
<ns:dateOfDeath>
<xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns:author/ns:dateOfDeath"/>
</ns:dateOfDeath>
</xsl:if>
</ns:author>
</root>
</pd:inputBindings>
</pd:activity>
<pd:activity name="Wait">
<pd:type>com.tibco.plugin.waitnotify.WaitActivity</pd:type>
<pd:resourceType>ae.activities.waitActivity</pd:resourceType>
<pd:x>403</pd:x>
<pd:y>70</pd:y>
<config>
<sharedConfig>/Resources/configurations/Notify Configuration.sharednotify</sharedConfig>
</config>
<pd:inputBindings>
<input/>
</pd:inputBindings>
</pd:activity>
<pd:transition>
<pd:from>Start</pd:from>
<pd:to>XMLPOST</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>XMLPOST</pd:from>
<pd:to>Wait</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>Wait</pd:from>
<pd:to>End</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
</pd:ProcessDefinition>

View File

@@ -0,0 +1,99 @@
<?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">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/PortTypePut.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestPUT"/>
<pd:startX>150</pd:startX>
<pd:startY>65</pd:startY>
<pd:returnBindings>
<wsdlPfx:responsePUT>
<part1>
<ns2:status>
<xsl:value-of select="$Wait/root/status"/>
</ns2:status>
</part1>
</wsdlPfx:responsePUT>
</pd:returnBindings>
<pd:endName>End</pd:endName>
<pd:endType wsMsgRef="wsdlPfx:responsePUT"/>
<pd:endX>450</pd:endX>
<pd:endY>65</pd:endY>
<pd:errorSchemas>
<Schema1 wsMsgRef="wsdlPfx:ErrorMessage"/>
</pd:errorSchemas>
<pd:processVariables/>
<pd:targetNamespace>http://xmlns.example.com/1721743176182</pd:targetNamespace>
<pd:activity name="XMLPUT">
<pd:type>com.tibco.pe.core.CallProcessActivity</pd:type>
<pd:resourceType>ae.process.subprocess</pd:resourceType>
<pd:x>243</pd:x>
<pd:y>60</pd:y>
<config>
<processName>/Processes/xml/XMLPUT.process</processName>
</config>
<pd:inputBindings>
<root>
<ns:author>
<xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns:author/@id">
<xsl:attribute name="id">
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/@id"/>
</xsl:attribute>
</xsl:if>
<ns:firstName>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:firstName"/>
</ns:firstName>
<ns:lastName>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns: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"/>
</ns:age>
</xsl:if>
<ns:dateOfBirth>
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns: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"/>
</ns:dateOfDeath>
</xsl:if>
</ns:author>
</root>
</pd:inputBindings>
</pd:activity>
<pd:activity name="Wait">
<pd:type>com.tibco.plugin.waitnotify.WaitActivity</pd:type>
<pd:resourceType>ae.activities.waitActivity</pd:resourceType>
<pd:x>347</pd:x>
<pd:y>66</pd:y>
<config>
<sharedConfig>/Resources/configurations/Notify Configuration.sharednotify</sharedConfig>
</config>
<pd:inputBindings>
<input/>
</pd:inputBindings>
</pd:activity>
<pd:transition>
<pd:from>Start</pd:from>
<pd:to>XMLPUT</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>XMLPUT</pd:from>
<pd:to>Wait</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>Wait</pd:from>
<pd:to>End</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
</pd:ProcessDefinition>

View File

@@ -0,0 +1,126 @@
<?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>
<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/PortTypePost.process"/>
<row opName="Get" opImpl="/Resources/WSDL/PortTypeGet.process"/>
<row opName="Put" opImpl="/Resources/WSDL/PortTypePut.process"/>
<row opName="Delete" opImpl="/Resources/WSDL/PortTypeDelete.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>

117
Resources/WSDL/WSDL.wsdl Normal file
View File

@@ -0,0 +1,117 @@
<?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: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"/>
<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/Schema.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.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>
</wsdl:types>
<wsdl:message name="requestGet">
<wsdl:part name="part1" element="ns1:id"/>
</wsdl:message>
<wsdl:message name="responseGet">
<wsdl:part name="part1" element="ns0:author"/>
</wsdl:message>
<wsdl:message name="requestPUT">
<wsdl:part name="part1" element="ns0:author"/>
</wsdl:message>
<wsdl:message name="responsePUT">
<wsdl:part name="part1" element="ns1:status"/>
</wsdl:message>
<wsdl:message name="requestDelete">
<wsdl:part name="part1" element="ns:id"/>
</wsdl:message>
<wsdl:message name="responseDelete">
<wsdl:part name="part1" element="ns1:status"/>
</wsdl:message>
<wsdl:service name="WSDL-service2">
<wsdl:port name="PortTypeEndpoint2" binding="tns:PortTypeEndpoint2Binding">
<soap:address location="http://localhost:8888/Resources/WSDL/WSDL-service2.serviceagent/PortTypeEndpoint2"/>
</wsdl:port>
</wsdl:service>
<wsdl:portType name="PortType">
<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:operation name="Delete">
<wsdl:input message="tns:requestDelete"/>
<wsdl:output message="tns:responseDelete"/>
<wsdl:fault name="fault1" message="tns:ErrorMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="PortTypeEndpoint2Binding" type="tns:PortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Post">
<soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service2.serviceagent/PortTypeEndpoint2/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:binding>
<wsdl:message name="requestPOST">
<wsdl:part name="part1" element="ns0:author"/>
</wsdl:message>
<wsdl:message name="responsePOST">
<wsdl:part name="part1" element="ns1:status"/>
</wsdl:message>
<wsdl:message name="ErrorMessage">
<wsdl:part name="part1" element="ns2:error"/>
</wsdl:message>
</wsdl:definitions>

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="concrete" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
<description/>
<fixedChildren/>
</folder>
</Repository:repository>

View File

@@ -0,0 +1,171 @@
<?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: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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB