Hello together,
I got an URGENT to solve problem here:
We become a deeply nested XML structure from an external API. Sort like:
<wbs>[0]
…name0[0]
…name0[1]
…name0[2]
…<wbs>[1]
…name1[0]
…name1[1]
…name1[2]
…<wbs>[2]
…name2[0]
…name2[1]
…<wbs>[3]
…name3[0]
In each nesting I need to extract the field ‘name’. We do not know, how deep the nesting will be, so I could not biuld a static loop nesting.
Anybody got a clue in how to handle this?
Thanks in advance.
Josep
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods