In orchestration dynamic send port generally we have to give destination path details i.e provided by client, but my question is how to get that particular address from where and where is it stored?
Answer Posted / sanjeevkumar
Hi,
First we need to save the respective path in table.Using C# class u can call the path and save in string variable using orchestration.While assigning dynamic port you can use the string varibale which is stored the path .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is custom pipeline and the use of custom pipeline?
who is best faculty for sharePoint and Biztalk sandeepsoni from Deccansoft or premnath...........
what are un-typed messages?
Is there any possibility in the biztalk FIFO(first-in-first-out) without use the orchestration? how to implement explain?
Define orchestration
Define pipelines
What is the rules engine?
What is the latest version of biztalk server? : biztalk server
What is biztalk server? : biztalk server
Explain about biztalk orchestration?
Define bam?
In the dynamic send port actually we have to give the require destination details i.e, provided by client, but my question is how to get that particular address from where and where it is stored in biztalk?
What is correlation in context of biztalk server? : biztalk server
Explain about Message routing and content routing?
I have a receive port and send port whose message types are different.When I receive a message in my receive port,my process starts.I will construct my out message and give this to my send port.I am configuring a send port group to the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters?