Re: Combining webservice results through biztalk

Home Page Forums BizTalk 2004 – BizTalk 2010 Combining webservice results through biztalk Re: Combining webservice results through biztalk

#25798

I would use database. Persistant, asyncronic (dont need to wait till  all messages arrive “in the air”), easy to use.

And some aggregator orchestration – inserting data to db with message id identificator  – on each message arrive – insert it to db and check if all messages you wait to – arrived. If so – get them from DB and proceed, else – finish till nex message.