This commit is contained in:
wojciech
2024-07-30 13:29:43 +02:00
parent 8db5e17d66
commit 5f0d1fc37f
26 changed files with 905 additions and 990 deletions

View File

@@ -1,155 +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: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/1721743175984" location="/Resources/WSDL/WSDL-service8.serviceagent"/>
<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:activity name="SOAPRequestReply">
<pd:type>com.tibco.plugin.soap.SOAPSendReceiveActivity</pd:type>
<pd:resourceType>ae.activities.SOAPSendReceiveUI</pd:resourceType>
<pd:x>220</pd:x>
<pd:y>156</pd:y>
<config>
<timeout>0</timeout>
<soapAttachmentStyle>SwA</soapAttachmentStyle>
<timeoutType>Seconds</timeoutType>
<service>wsdlPfx:WSDL-service2</service>
<servicePort>PortTypeEndpoint2</servicePort>
<operation>Get</operation>
<authScheme>NONE</authScheme>
</config>
<pd:inputBindings/>
</pd:activity>
<pd:activity name="Null">
<pd:type>com.tibco.plugin.timer.NullActivity</pd:type>
<pd:resourceType>ae.activities.null</pd:resourceType>
<pd:x>243</pd:x>
<pd:y>377</pd:y>
<config/>
<pd:inputBindings/>
</pd:activity>
<pd:activity name="Null-1">
<pd:type>com.tibco.plugin.timer.NullActivity</pd:type>
<pd:resourceType>ae.activities.null</pd:resourceType>
<pd:x>646</pd:x>
<pd:y>243</pd:y>
<config/>
<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:transition>
<pd:from>Start</pd:from>
<pd:to>SOAPRequestReply</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>SOAPRequestReply</pd:from>
<pd:to>Null</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
<pd:transition>
<pd:from>SOAPRequestReply</pd:from>
<pd:to>Null-1</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
<pd:conditionType>always</pd:conditionType>
</pd:transition>
</pd:ProcessDefinition>

View File

@@ -1,7 +1,7 @@
<?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">
<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">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/PortTypeDelete.process</pd:name>
<pd:name>Resources/WSDL/SoapDeleteAuthor.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestDelete"/>
<pd:startX>150</pd:startX>
@@ -10,7 +10,7 @@
<wsdlPfx:responseDelete>
<part1>
<ns2:status>
<xsl:value-of select="$Wait/root/status"/>
<xsl:value-of select="$XMLDELETE/root/status"/>
</ns2:status>
</part1>
</wsdlPfx:responseDelete>
@@ -30,7 +30,7 @@
<pd:x>290</pd:x>
<pd:y>66</pd:y>
<config>
<processName>/Processes/xml/XMLDELETE.process</processName>
<processName>/Processes/xml/author/XmlDELETE.process</processName>
</config>
<pd:inputBindings>
<root>
@@ -40,16 +40,31 @@
</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>
<pd:activity name="Catch">
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
<pd:resourceType>ae.activities.catch</pd:resourceType>
<pd:x>229</pd:x>
<pd:y>177</pd:y>
<pd:handler>true</pd:handler>
<config>
<sharedConfig>/Resources/configurations/Notify Configuration.sharednotify</sharedConfig>
<catchAll>true</catchAll>
</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>420</pd:x>
<pd:y>175</pd:y>
<config>
<faultName/>
</config>
<pd:inputBindings>
<input/>
<ns3:ActivityInput>
<message>
<xsl:value-of select="string($Catch/exceptiondata)"/>
</message>
</ns3:ActivityInput>
</pd:inputBindings>
</pd:activity>
<pd:transition>
@@ -61,16 +76,16 @@
</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: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>

View File

@@ -0,0 +1,92 @@
<?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">
<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"/>
<pd:name>Resources/WSDL/SoapGetAuthor.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>
<xsl:copy-of select="$XMLGET/root/ns2:author"/>
</part1>
</wsdlPfx:responseGet>
</pd:returnBindings>
<pd:endName>End</pd:endName>
<pd:endType wsMsgRef="wsdlPfx:responseGet"/>
<pd:endX>539</pd:endX>
<pd:endY>66</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/author/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="Catch">
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
<pd:resourceType>ae.activities.catch</pd:resourceType>
<pd:x>225</pd:x>
<pd:y>232</pd:y>
<pd:handler>true</pd:handler>
<config>
<catchAll>true</catchAll>
</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>401</pd:x>
<pd:y>231</pd:y>
<config>
<faultName/>
</config>
<pd:inputBindings>
<ns1:ActivityInput>
<message>
<xsl:value-of select="string($Catch/exceptiondata)"/>
</message>
</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>

View File

@@ -1,7 +1,7 @@
<?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:name>Resources/WSDL/SoapPostAuthor.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestPOST"/>
<pd:startX>146</pd:startX>
@@ -10,7 +10,7 @@
<wsdlPfx:responsePOST>
<part1>
<ns2:status>
<xsl:value-of select="$Wait/root/status"/>
<xsl:value-of select="$XMLPOST/root/status"/>
</ns2:status>
</part1>
</wsdlPfx:responsePOST>
@@ -30,7 +30,7 @@
<pd:x>276</pd:x>
<pd:y>70</pd:y>
<config>
<processName>/Processes/xml/XMLPOST.process</processName>
<processName>/Processes/xml/author/XmlPOST.process</processName>
</config>
<pd:inputBindings>
<root>
@@ -63,16 +63,31 @@
</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>
<pd:activity name="Catch">
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
<pd:resourceType>ae.activities.catch</pd:resourceType>
<pd:x>295</pd:x>
<pd:y>256</pd:y>
<pd:handler>true</pd:handler>
<config>
<sharedConfig>/Resources/configurations/Notify Configuration.sharednotify</sharedConfig>
<catchAll>true</catchAll>
</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>445</pd:x>
<pd:y>258</pd:y>
<config>
<faultName/>
</config>
<pd:inputBindings>
<input/>
<ns1:ActivityInput xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<message>
<xsl:value-of xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select="string($Catch/exceptiondata)"/>
</message>
</ns1:ActivityInput>
</pd:inputBindings>
</pd:activity>
<pd:transition>
@@ -84,16 +99,16 @@
</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: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>

View File

@@ -1,7 +1,7 @@
<?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">
<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">
<wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Resources/WSDL/PortTypePut.process</pd:name>
<pd:name>Resources/WSDL/SoapPutAuthor.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType wsMsgRef="wsdlPfx:requestPUT"/>
<pd:startX>150</pd:startX>
@@ -10,7 +10,7 @@
<wsdlPfx:responsePUT>
<part1>
<ns2:status>
<xsl:value-of select="$Wait/root/status"/>
<xsl:value-of select="$XMLPUT/root/status"/>
</ns2:status>
</part1>
</wsdlPfx:responsePUT>
@@ -27,10 +27,10 @@
<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>
<pd:x>252</pd:x>
<pd:y>65</pd:y>
<config>
<processName>/Processes/xml/XMLPUT.process</processName>
<processName>/Processes/xml/author/XmlPUT.process</processName>
</config>
<pd:inputBindings>
<root>
@@ -63,16 +63,31 @@
</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>
<pd:activity name="Catch">
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
<pd:resourceType>ae.activities.catch</pd:resourceType>
<pd:x>194</pd:x>
<pd:y>201</pd:y>
<pd:handler>true</pd:handler>
<config>
<sharedConfig>/Resources/configurations/Notify Configuration.sharednotify</sharedConfig>
<catchAll>true</catchAll>
</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>337</pd:x>
<pd:y>204</pd:y>
<config>
<faultName/>
</config>
<pd:inputBindings>
<input/>
<ns1:ActivityInput>
<message>
<xsl:value-of select="string($Catch/exceptiondata)"/>
</message>
</ns1:ActivityInput>
</pd:inputBindings>
</pd:activity>
<pd:transition>
@@ -84,16 +99,16 @@
</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: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>

View File

@@ -23,10 +23,10 @@
<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"/>
<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>