This commit is contained in:
wojciech
2024-08-07 16:22:28 +02:00
parent a8ac1fbc8f
commit ea7a079cad
17 changed files with 309 additions and 98 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://www.demo.com/author" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:ns2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://www.demo.com/author" 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:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:ns2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" 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"/>
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Processes/xml/author/XmlGET.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType>
@@ -35,7 +36,9 @@
</pd:endType>
<pd:endX>924</pd:endX>
<pd:endY>81</pd:endY>
<pd:errorSchemas/>
<pd:errorSchemas>
<Schema0 wsMsgRef="pfx3:ErrorMessage"/>
</pd:errorSchemas>
<pd:processVariables/>
<pd:targetNamespace>http://xmlns.example.com/1719920186128</pd:targetNamespace>
<pd:activity name="Parse XML">
@@ -91,13 +94,19 @@
<pd:x>705</pd:x>
<pd:y>277</pd:y>
<config>
<faultName/>
<faultName>Schema0</faultName>
</config>
<pd:inputBindings>
<ns2:ActivityInput>
<message>
<xsl:value-of select="'dany author nie istnieje'"/>
</message>
<data>
<pfx3:ErrorMessage>
<part1>
<ns3:error>
<xsl:value-of select="'piwo'"/>
</ns3:error>
</part1>
</pfx3:ErrorMessage>
</data>
</ns2:ActivityInput>
</pd:inputBindings>
</pd:activity>

View File

@@ -16,9 +16,9 @@
<pd:startY>212</pd:startY>
<pd:returnBindings>
<root>
<satus>
<status>
<xsl:value-of select="'author added'"/>
</satus>
</status>
</root>
</pd:returnBindings>
<pd:endName>End</pd:endName>