I have a payload that is repeating which is like below:-
<FinalTest xmlns:ser="com.test://http">
<Test>
</Test>
<Test>
</Test>
..
..
</FinalTest>
I have a sequence of steps that I to execute for each Test object. Please let me know on how to use mule for each. Note that is not limited to twice like above it can be any number of times