Home Page › Forums › BizTalk 2004 – BizTalk 2010 › can we decide Sender at Run time for send port? › Re: can we decide Sender at Run time for send port?
Thank you for helping me in this issue and sorry for the unclear post. Let me be more more clear here.
We have an application where our sale Rep can check item price and availablity. When they pick the item and click the button, application will generate xml and send it to biztalk.
Biztalk will receive the item number from that xml and check our database who has that item and return vendors info such as vendor ID , their sku number and other info via Oracle adapter. So number of vendors depend on db.
Then orchestration has to loop through each vendor and create our internal xml request message.
I have to send this message to vendor. Since vendors have their own xml format..i have to map this request in send port.
I have to get back the result from each vendor and build an result xml. it will be return to sales rep through that application.
So my question is, if i have to send request to 8 vendors how can i do it? I will have only one soft send port in the orchestration. how can i connect to multiple physical send ports in binding?
Thank you for your help in advance.
Siva