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,7 +20,7 @@
<pd:endX>486</pd:endX>
<pd:endY>65</pd:endY>
<pd:errorSchemas>
<Schema1 wsMsgRef="wsdlPfx:ErrorMessage"/>
<DeleteError wsMsgRef="wsdlPfx:ErrorMessage"/>
</pd:errorSchemas>
<pd:processVariables/>
<pd:targetNamespace>http://xmlns.example.com/1721743176236</pd:targetNamespace>
@@ -47,7 +47,8 @@
<pd:y>177</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>
@@ -57,13 +58,13 @@
<pd:x>420</pd:x>
<pd:y>175</pd:y>
<config>
<faultName/>
<faultName>DeleteError</faultName>
</config>
<pd:inputBindings>
<ns3:ActivityInput>
<message>
<xsl:value-of select="string($Catch/exceptiondata)"/>
</message>
<data>
<xsl:copy-of select="$Catch/wsdlPfx:ErrorMessage"/>
</data>
</ns3:ActivityInput>
</pd:inputBindings>
</pd:activity>