jms works on tibcoAdmin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?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">
|
||||
<folder resourceType="ae.designerfolder" name="Folder" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
|
||||
<description/>
|
||||
<fixedChildren/>
|
||||
</folder>
|
||||
@@ -1,92 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>
|
||||
<pd:startType wsMsgRef="wsdlPfx:requestDelete"/>
|
||||
<pd:startX>150</pd:startX>
|
||||
<pd:startY>65</pd:startY>
|
||||
<pd:returnBindings>
|
||||
<wsdlPfx:responseDelete>
|
||||
<part1>
|
||||
<ns5:status>
|
||||
<xsl:value-of select="$XmlDELETE/root/status"/>
|
||||
</ns5: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>
|
||||
<DeleteError 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/author/XmlDELETE.process</processName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<root>
|
||||
<id>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestDelete/part1/ns4:id"/>
|
||||
</id>
|
||||
</root>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Catch">
|
||||
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.catch</pd:resourceType>
|
||||
<pd:x>205</pd:x>
|
||||
<pd:y>181</pd:y>
|
||||
<pd:handler>true</pd:handler>
|
||||
<config>
|
||||
<catchAll>false</catchAll>
|
||||
<fault>localname=ErrorMessage namespace=http://xmlns.example.com/1721737885605</fault>
|
||||
</config>
|
||||
<pd:inputBindings/>
|
||||
</pd:activity>
|
||||
<pd:activity name="Generate Error">
|
||||
<pd:type>com.tibco.pe.core.GenerateErrorActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.throw</pd:resourceType>
|
||||
<pd:x>422</pd:x>
|
||||
<pd:y>181</pd:y>
|
||||
<config>
|
||||
<faultName>DeleteError</faultName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<ns3:ActivityInput>
|
||||
<data>
|
||||
<xsl:copy-of select="$Catch/wsdlPfx:ErrorMessage"/>
|
||||
</data>
|
||||
</ns3:ActivityInput>
|
||||
</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>End</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Catch</pd:from>
|
||||
<pd:to>Generate Error</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
</pd:ProcessDefinition>
|
||||
@@ -1,116 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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/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>116</pd:startX>
|
||||
<pd:startY>64</pd:startY>
|
||||
<pd:returnBindings>
|
||||
<wsdlPfx:responseGet>
|
||||
<part1>
|
||||
<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>
|
||||
<pd:endName>End</pd:endName>
|
||||
<pd:endType wsMsgRef="wsdlPfx:responseGet"/>
|
||||
<pd:endX>547</pd:endX>
|
||||
<pd:endY>66</pd:endY>
|
||||
<pd:errorSchemas>
|
||||
<GetError 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/author/XmlGET.process</processName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<root>
|
||||
<id>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestGet/part1/ns4:id"/>
|
||||
</id>
|
||||
</root>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Catch">
|
||||
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.catch</pd:resourceType>
|
||||
<pd:x>204</pd:x>
|
||||
<pd:y>234</pd:y>
|
||||
<pd:handler>true</pd:handler>
|
||||
<config>
|
||||
<fault>localname=ErrorMessage namespace=http://xmlns.example.com/1721737885605</fault>
|
||||
</config>
|
||||
<pd:inputBindings/>
|
||||
</pd:activity>
|
||||
<pd:activity name="Generate Error">
|
||||
<pd:type>com.tibco.pe.core.GenerateErrorActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.throw</pd:resourceType>
|
||||
<pd:x>431</pd:x>
|
||||
<pd:y>234</pd:y>
|
||||
<config>
|
||||
<faultName>GetError</faultName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<ns1:ActivityInput>
|
||||
<data>
|
||||
<xsl:copy-of select="$Catch/wsdlPfx:ErrorMessage"/>
|
||||
</data>
|
||||
</ns1:ActivityInput>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<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:transition>
|
||||
<pd:from>XmlGET</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>Catch</pd:from>
|
||||
<pd:to>Generate Error</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
</pd:ProcessDefinition>
|
||||
@@ -1,115 +0,0 @@
|
||||
<?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" 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>
|
||||
<pd:startType wsMsgRef="wsdlPfx:requestPOST"/>
|
||||
<pd:startX>146</pd:startX>
|
||||
<pd:startY>71</pd:startY>
|
||||
<pd:returnBindings>
|
||||
<wsdlPfx:responsePOST>
|
||||
<part1>
|
||||
<ns4:status>
|
||||
<xsl:value-of select="$XmlPOST/root/status"/>
|
||||
</ns4: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>
|
||||
<PostError 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>285</pd:x>
|
||||
<pd:y>70</pd:y>
|
||||
<config>
|
||||
<processName>/Processes/xml/author/XmlPOST.process</processName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<root>
|
||||
<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>
|
||||
<pd:activity name="Catch">
|
||||
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.catch</pd:resourceType>
|
||||
<pd:x>236</pd:x>
|
||||
<pd:y>214</pd:y>
|
||||
<pd:handler>true</pd:handler>
|
||||
<config>
|
||||
<catchAll>false</catchAll>
|
||||
<fault>localname=ErrorMessage namespace=http://xmlns.example.com/1721737885605</fault>
|
||||
</config>
|
||||
<pd:inputBindings/>
|
||||
</pd:activity>
|
||||
<pd:activity name="Generate Error">
|
||||
<pd:type>com.tibco.pe.core.GenerateErrorActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.throw</pd:resourceType>
|
||||
<pd:x>431</pd:x>
|
||||
<pd:y>214</pd:y>
|
||||
<config>
|
||||
<faultName>PostError</faultName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<ns1:ActivityInput>
|
||||
<data>
|
||||
<xsl:copy-of select="$Catch/wsdlPfx:ErrorMessage"/>
|
||||
</data>
|
||||
</ns1:ActivityInput>
|
||||
</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>End</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Catch</pd:from>
|
||||
<pd:to>Generate Error</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
</pd:ProcessDefinition>
|
||||
@@ -1,111 +0,0 @@
|
||||
<?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" 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>
|
||||
<pd:startType wsMsgRef="wsdlPfx:requestPUT"/>
|
||||
<pd:startX>150</pd:startX>
|
||||
<pd:startY>65</pd:startY>
|
||||
<pd:returnBindings>
|
||||
<wsdlPfx:responsePUT>
|
||||
<part1>
|
||||
<ns4:status>
|
||||
<xsl:value-of select="$XmlPUT/root/status"/>
|
||||
</ns4: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>
|
||||
<PutError 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>258</pd:x>
|
||||
<pd:y>65</pd:y>
|
||||
<config>
|
||||
<processName>/Processes/xml/author/XmlPUT.process</processName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<root>
|
||||
<ns:author>
|
||||
<xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns3:author/@id">
|
||||
<xsl:attribute name="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/ns3:author/ns3:firstName"/>
|
||||
</ns:firstName>
|
||||
<ns:lastName>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:lastName"/>
|
||||
</ns:lastName>
|
||||
<ns:age>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:age"/>
|
||||
</ns:age>
|
||||
<ns:dateOfBirth>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:dateOfBirth"/>
|
||||
</ns:dateOfBirth>
|
||||
<ns:dateOfDeath>
|
||||
<xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:dateOfDeath"/>
|
||||
</ns:dateOfDeath>
|
||||
</ns:author>
|
||||
</root>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Catch">
|
||||
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.catch</pd:resourceType>
|
||||
<pd:x>222</pd:x>
|
||||
<pd:y>204</pd:y>
|
||||
<pd:handler>true</pd:handler>
|
||||
<config>
|
||||
<catchAll>false</catchAll>
|
||||
<fault>localname=ErrorMessage namespace=http://xmlns.example.com/1721737885605</fault>
|
||||
</config>
|
||||
<pd:inputBindings/>
|
||||
</pd:activity>
|
||||
<pd:activity name="Generate Error">
|
||||
<pd:type>com.tibco.pe.core.GenerateErrorActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.throw</pd:resourceType>
|
||||
<pd:x>356</pd:x>
|
||||
<pd:y>204</pd:y>
|
||||
<config>
|
||||
<faultName>PutError</faultName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<ns1:ActivityInput>
|
||||
<data>
|
||||
<xsl:copy-of select="$Catch/wsdlPfx:ErrorMessage"/>
|
||||
</data>
|
||||
</ns1:ActivityInput>
|
||||
</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>End</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Catch</pd:from>
|
||||
<pd:to>Generate Error</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
</pd:ProcessDefinition>
|
||||
@@ -22,10 +22,10 @@
|
||||
<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"/>
|
||||
<row opName="Post" opImpl="/Processes/soap/SoapPostAuthor.process"/>
|
||||
<row opName="Get" opImpl="/Processes/soap/SoapGetAuthor.process"/>
|
||||
<row opName="Put" opImpl="/Processes/soap/SoapPutAuthor.process"/>
|
||||
<row opName="Delete" opImpl="/Processes/soap/SoapDeleteAuthor.process"/>
|
||||
</operations>
|
||||
</config>
|
||||
</tab>
|
||||
@@ -41,7 +41,7 @@
|
||||
<tabName>soap.service.transport.ui.transport.tab.label</tabName>
|
||||
<tabType>transport</tabType>
|
||||
<config>
|
||||
<sharedChannel>/LocalResources/alternativeQueue.sharedjmscon</sharedChannel>
|
||||
<sharedChannel>/LocalResources/jmsConnections/alternativeQueue.sharedjmscon</sharedChannel>
|
||||
<transport>
|
||||
<config>
|
||||
<JMSTo>queue.sample</JMSTo>
|
||||
|
||||
7
Resources/builders/.folder
Normal file
7
Resources/builders/.folder
Normal 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="builders" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
|
||||
<description/>
|
||||
<fixedChildren/>
|
||||
</folder>
|
||||
</Repository:repository>
|
||||
27
Resources/builders/httpRest.archive
Normal file
27
Resources/builders/httpRest.archive
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
|
||||
<enterpriseArchive>
|
||||
<sharedArchive name="Shared Archive">
|
||||
<resourceType>shared.archive.resource</resourceType>
|
||||
<authorProperty>wojciech</authorProperty>
|
||||
<sharedResources/>
|
||||
<sharedFiles/>
|
||||
<sharedJarFiles/>
|
||||
</sharedArchive>
|
||||
<processArchive name="Process Archive">
|
||||
<resourceType>process.archive.resource</resourceType>
|
||||
<authorProperty>wojciech</authorProperty>
|
||||
<processProperty>/Processes/rest/RestRequest.process</processProperty>
|
||||
</processArchive>
|
||||
<versionProperty>2</versionProperty>
|
||||
<authorProperty>wojciech</authorProperty>
|
||||
<addServiceSettableGvars>true</addServiceSettableGvars>
|
||||
<name>httpRest</name>
|
||||
<designer>
|
||||
<lockedProperties/>
|
||||
<fixedChildren/>
|
||||
<resourceDescriptions/>
|
||||
</designer>
|
||||
<fileLocationProperty>/home/wojciech/tibcoFTPRepo.ear</fileLocationProperty>
|
||||
</enterpriseArchive>
|
||||
</Repository:repository>
|
||||
27
Resources/builders/jmsWithJars.archive
Normal file
27
Resources/builders/jmsWithJars.archive
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
|
||||
<enterpriseArchive>
|
||||
<sharedArchive name="Shared Archive">
|
||||
<resourceType>shared.archive.resource</resourceType>
|
||||
<authorProperty>wojciech</authorProperty>
|
||||
<sharedResources/>
|
||||
<sharedFiles/>
|
||||
<sharedJarFiles>/tibco/ems/10.1/lib/tibjms.jar</sharedJarFiles>
|
||||
</sharedArchive>
|
||||
<processArchive name="Process Archive">
|
||||
<resourceType>process.archive.resource</resourceType>
|
||||
<authorProperty>wojciech</authorProperty>
|
||||
<processProperty>/Processes/jms/JmsDelete.process,/Processes/jms/JmsGet.process,/Processes/jms/JmsPost.process,/Processes/jms/JmsPut.process</processProperty>
|
||||
</processArchive>
|
||||
<versionProperty>9</versionProperty>
|
||||
<authorProperty>wojciech</authorProperty>
|
||||
<addServiceSettableGvars>true</addServiceSettableGvars>
|
||||
<name>jmsWithJars</name>
|
||||
<designer>
|
||||
<lockedProperties/>
|
||||
<fixedChildren/>
|
||||
<resourceDescriptions/>
|
||||
</designer>
|
||||
<fileLocationProperty>/home/wojciech/jmsWithJars.ear</fileLocationProperty>
|
||||
</enterpriseArchive>
|
||||
</Repository:repository>
|
||||
@@ -40,6 +40,6 @@
|
||||
<PropertyDefaultValue>60000</PropertyDefaultValue>
|
||||
</row>
|
||||
</HttpConnectionProperties>
|
||||
<Port>8888</Port>
|
||||
<Port>%%httpPort%%</Port>
|
||||
</config>
|
||||
</ns0:httpSharedResource>
|
||||
@@ -1,127 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ns0:authors xmlns:ns0="http://www.demo.com/author">
|
||||
<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>
|
||||
<ns0:dateOfBirth>2024-08-21</ns0:dateOfBirth>
|
||||
<ns0:dateOfDeath>2024-08-08</ns0:dateOfDeath>
|
||||
</ns0:author>
|
||||
<ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="1410">
|
||||
<ns0:firstName>asd</ns0:firstName>
|
||||
<ns0:lastName>asd</ns0:lastName>
|
||||
<ns0:age>21</ns0:age>
|
||||
<ns0:dateOfBirth>2024-08-07</ns0:dateOfBirth>
|
||||
<ns0:dateOfDeath>2024-08-07</ns0:dateOfDeath>
|
||||
</ns0:author>
|
||||
<ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="5678">
|
||||
<ns0:firstName>siema</ns0:firstName>
|
||||
<ns0:lastName>asd</ns0:lastName>
|
||||
<ns0:age>56</ns0:age>
|
||||
<ns0:dateOfBirth>2024-08-15</ns0:dateOfBirth>
|
||||
<ns0:dateOfDeath>2024-08-23</ns0:dateOfDeath>
|
||||
</ns0:author>
|
||||
<ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="12221">
|
||||
<ns0:firstName>siema</ns0:firstName>
|
||||
<ns0:lastName>asd</ns0:lastName>
|
||||
<ns0:age>12</ns0:age>
|
||||
<ns0:dateOfBirth>2024-08-07</ns0:dateOfBirth>
|
||||
<ns0:dateOfDeath>2024-08-07</ns0:dateOfDeath>
|
||||
</ns0:author>
|
||||
<ns0:author xmlns:ns0="http://www.demo.com/author" id="4353">
|
||||
<ns0:firstName>fgdg</ns0:firstName>
|
||||
<ns0:lastName>asd</ns0:lastName>
|
||||
<ns0:age>12</ns0:age>
|
||||
<ns0:dateOfBirth>2024-08-02</ns0:dateOfBirth>
|
||||
<ns0:dateOfDeath>2024-08-22</ns0:dateOfDeath>
|
||||
</ns0:author>
|
||||
<ns0:author xmlns:ns0="http://www.demo.com/author" id="99">
|
||||
<ns0:firstName>prubva</ns0:firstName>
|
||||
<ns0:lastName>sfdgsg</ns0:lastName>
|
||||
<ns0:age>987</ns0:age>
|
||||
<ns0:dateOfBirth>2000-02-01</ns0:dateOfBirth>
|
||||
<ns0:dateOfDeath>2000-02-06</ns0:dateOfDeath>
|
||||
</ns0:author>
|
||||
<author xmlns:ns0="http://www.demo.com/author" xmlns="http://www.demo.com/author" id="15">
|
||||
<author xmlns="http://www.demo.com/author" id="26">
|
||||
<firstName>piwo</firstName>
|
||||
<lastName>harnas</lastName>
|
||||
<lastName>karol</lastName>
|
||||
<age>12</age>
|
||||
<dateOfBirth>2000-12-12</dateOfBirth>
|
||||
<dateOfDeath>2000-12-12</dateOfDeath>
|
||||
</author>
|
||||
<author xmlns:ns0="http://www.demo.com/author" xmlns="http://www.demo.com/author" id="25">
|
||||
<firstName>piwo</firstName>
|
||||
<lastName>karol</lastName>
|
||||
<age>12</age>
|
||||
<dateOfBirth>2000-12-12</dateOfBirth>
|
||||
<dateOfDeath>2000-12-12</dateOfDeath>
|
||||
</author>
|
||||
<author xmlns:ns0="http://www.demo.com/author" xmlns="http://www.demo.com/author" id="24">
|
||||
<firstName>piwo</firstName>
|
||||
<lastName>karol</lastName>
|
||||
<age>12</age>
|
||||
<dateOfBirth>2000-12-12</dateOfBirth>
|
||||
<dateOfDeath>2000-12-12</dateOfDeath>
|
||||
</author>
|
||||
<author xmlns:ns0="http://www.demo.com/author" xmlns="http://www.demo.com/author" id="23">
|
||||
<firstName>piwo</firstName>
|
||||
<lastName>karol</lastName>
|
||||
<age>12</age>
|
||||
<dateOfBirth>2000-12-12</dateOfBirth>
|
||||
<dateOfDeath>2000-12-12</dateOfDeath>
|
||||
|
||||
Reference in New Issue
Block a user