Proxy Service
着信 xml を他の構造に変換したい in パイプラインを作成しました。お気に入り
<body>
<prices>
<price>$100</price>
</prices>
<prices>
<price>E100</price>
</prices>
</body>
に変換する必要があります
<body>
<prices>
<price>$100</price>
<type>USD</type>
</prices>
<prices>
<price>E100</price>
<type>UERO</type>
</prices>
</body>
私が選択したパイプライン段階からAdd Action -> Flow Control -> For Each
そしてbody/prices/*
、Xquery ビルダーで選択しました。
prices
ただし、タグは処理されません。
「変数の合計数」totalCount
は常にゼロです。