propagate soap errors
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<pd:endX>547</pd:endX>
|
||||
<pd:endY>66</pd:endY>
|
||||
<pd:errorSchemas>
|
||||
<Schema1 wsMsgRef="wsdlPfx:ErrorMessage"/>
|
||||
<GetError wsMsgRef="wsdlPfx:ErrorMessage"/>
|
||||
</pd:errorSchemas>
|
||||
<pd:processVariables/>
|
||||
<pd:targetNamespace>http://xmlns.example.com/1721743176122</pd:targetNamespace>
|
||||
@@ -44,15 +44,30 @@
|
||||
<pd:activity name="Catch">
|
||||
<pd:type>com.tibco.pe.core.CatchActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.catch</pd:resourceType>
|
||||
<pd:x>280</pd:x>
|
||||
<pd:y>207</pd:y>
|
||||
<pd:x>176</pd:x>
|
||||
<pd:y>190</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>331</pd:x>
|
||||
<pd:y>188</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>
|
||||
@@ -69,7 +84,7 @@
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Catch</pd:from>
|
||||
<pd:to>End</pd:to>
|
||||
<pd:to>Generate Error</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
|
||||
Reference in New Issue
Block a user