Re: Help needed to loop through child records in the message & pass it to web service.

Home Page Forums BizTalk 2004 – BizTalk 2010 Help needed to loop through child records in the message & pass it to web service. Re: Help needed to loop through child records in the message & pass it to web service.

#23049

Hi KpKing,

Do you need to debatch and then rebatch the <Employees> incomming message?

If you don’t then you could make your Receive Pipeline split the messages up and just process each Employee separately; generate ports and message types from the web service, map the Employee msg to web service request, generate the update message from the web service response msg as an example 🙂