Experts,
Source Data
<root>
<test>
<product>
<box>square</box>
<qty>5</qty>
</product>
</test>
</root>
Expected Data
<root>
<Level1>test<Level1>
<Level2>Product<Level2>
<Level3>square</Level3>
<Level4>5</Level4>
</root>
Can you please advice me on how to achieve the above requirement?
TIA,
Barath
Request clarification before answering.
Hi,
It depends if the incoming messages are always the same structure?
If so, then you could use message mapping, create the source and target xsd accordingly.
Alternatively, you could do this with a groovy script which will be much more flexible.
Kind regards,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.