Listen shape problem

#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.