I have three webservices, each service will give some results. finally I want to combine the webservice results by using key value( here it is ID). We can accomplish the same without biztalk, but I need to know how achieve the same in biztalk.
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.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.