Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Listen shape problem › Listen shape problem
November 21, 2005 at 3:52 PM
#12366
Stephen
I have a listen shape with multiple branches and each branch has a receive shape with Activate=true. I had only one port with multiple operations. Each operation denoting a web method. What was happening was that whenever I call any method it always went to the first brach.
One other thing to note is that my messages are of type .NET classes. Most messages look the same…….. (ie) they are of the same type. Thus I needed a way to differentiate them, so I used this circumvention to distinguish them and route them to the appropriate branch in the listen shape based on which web method was called.
It works.