id をクエリ パラメータとして ESB から getperson(id) を呼び出すたびに。次の応答が得られるはずです
<person>
<id\>
<name\>
<type\>
<address>
<street\>
<apt\>
<city\>
<state\>
<zipcode\>
</address>
<image>
<id\>
<description\>
<title\>
</image>
<person>
DSS の DSS サービスには 3 つのサービスがあります。
- person_service
応答:
<person>
<id\>
<name\>
<type\>
<addressid\>
<imageid\>
</person>
- address_service
応答:
<address>
<street\>
<apt\>
<city\>
<state\>
<zipcode\>
</address>
- 画像サービス
応答:
<image>
<id>
<description>
<title>
</image>
ESB にリソースを追加しようとしています。上記に示すように、複数の DSS サービスの応答を 1 つの XML にグループ化する方法を教えてください。
ESB バージョン: 4.6.0 DSS バージョン: 4.0.1
ありがとうございました