Hi All,
I am receiving following message in my orchastration,
<Employees>
<Employee>
<Name></Name>
<ID></ID>
<Email></Email>
<Status></Status>
</Employee>
<Employee>
<Name></Name>
<ID></ID>
<Email></Email>
<Status></Status>
</Employee>
</Employees>
Child record “Employee” can occur any number of times in Employees message. I want to loop through all the child “Employee” records & pass every child record to WebService method which will validate whether the Name & Email corresponding to ID is correct or not & at the same time it will update the “status” node in passed “Employee” child record.
Please suggest me proper approach to implement this requirement.
Thanks in Advance,
KpKing