propagate soap errors

This commit is contained in:
wojciech
2024-08-08 13:23:27 +02:00
parent ea7a079cad
commit 5ae29966cd
9 changed files with 109 additions and 51 deletions

View File

@@ -20,14 +20,14 @@
<pd:endX>450</pd:endX>
<pd:endY>65</pd:endY>
<pd:errorSchemas>
<Schema1 wsMsgRef="wsdlPfx:ErrorMessage"/>
<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>252</pd:x>
<pd:x>258</pd:x>
<pd:y>65</pd:y>
<config>
<processName>/Processes/xml/author/XmlPUT.process</processName>
@@ -70,7 +70,8 @@
<pd:y>201</pd:y>
<pd:handler>true</pd:handler>
<config>
<catchAll>true</catchAll>
<catchAll>false</catchAll>
<fault>localname=ErrorMessage namespace=http://xmlns.example.com/1721737885605</fault>
</config>
<pd:inputBindings/>
</pd:activity>
@@ -80,13 +81,13 @@
<pd:x>337</pd:x>
<pd:y>204</pd:y>
<config>
<faultName/>
<faultName>PutError</faultName>
</config>
<pd:inputBindings>
<ns1:ActivityInput>
<message>
<xsl:value-of select="string($Catch/exceptiondata)"/>
</message>
<data>
<xsl:copy-of select="$Catch/wsdlPfx:ErrorMessage"/>
</data>
</ns1:ActivityInput>
</pd:inputBindings>
</pd:activity>