Hi,
I have a problem in the way we use orchestration dlls in the GAC.
Let’s say, I have a web service W1 which calls orchestration dlls( A1,B1,C1) as follows:
W1 -> A1 -> B1 -> C1
with some functionality in A1,B1 and C1.
And, I created one more version A2, B2, C2 which has some added functionality to A1, B1 and C1.
Now, how can i say to my web service W1 which posts a request to A1 and some requests A2. I can write some logic which orchestration to choose but i dont how to call and manage the two different set of orchestrations(dll’s).
Please tell me some solution to this problem.
Thank You In Advance…
Mahesh Babu.I