【发布时间】:2021-05-13 15:33:32
【问题描述】:
我正在使用 readUrl 命令加载以下 xml 文件
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<a>
<b>xyz</b>
<c>
<d>false</d>
<e>false</e>
<f>true</f>
</c>
</a>
</soapenv:Body>
</soapenv:Envelope>
在与 readUrl 命令相同的数据编织中 - 我想将 xml e 值从 false 更新为 true
有人可以帮忙吗
干杯,
强尼
【问题讨论】:
标签: mule dataweave anypoint-studio mulesoft