我正在从源表中读取一些值并写入目标表。由于字段的名称和某些值不同,我在 WSO2 ESB 中使用 XSLT 中介。在 xslt 调解器之后,我想向有效负载中注入更多值。说一下我以前存储的一些变量。我不能这样做 xslt 因为这些值在某些变量中。所以下面是我的代码。虚线的代码应该是什么?
<enrich>
<source clone="true" property="SOURCE_TABLE_PAYLOAD" type="property"/>
<target type="body"/>
</enrich>
<xslt key="gov:/bcogc/transformation/SourcetoTargetTransformation.xslt"/>
----------------ADD SOME MORE VALUES HERE to the payload------------------
<header name="Action" scope="default" value="urn:inserttotargettable"/>
<call>
<endpoint key="gov:/endpoints/INSERT_DataService_EP.xml"/>
</call>
请扔一些灯