|
Home > Archive > BizTalk Server Orchestration > June 2004 > Merging message
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| carmel 2004-06-26, 5:47 pm |
| Hi,
I have an orch. with a parallel shape with two branches, the branches receives two different messages, i want to those two messages to one message.
any idea?
carmel
| |
| Gilles [MSFT] 2004-06-26, 10:37 pm |
| Hello,
>I have an orch. with a parallel shape with two branches, the branches receives two different messages, i want to those two messages to one
>message.
One possible way of doing this (among others) is to write a small .NET class that can merge the two messages the way you want. Create two properties
on the object: one for message A and one for message B. Make the .NET object serializable. After the two branche converge, add an expression
shape and call your object to merge the messages.
Thanks.
-Gilles.
| |
| Nikolai @ intergen.co.nz 2004-06-28, 8:47 pm |
| http://msevents.microsoft.com/CUI/E...6&Culture=en-US
MSDN Webcast: Advanced Orchestration Concepts in BizTalk Server 2004 – Level 300
Review this webcast, in the convoy samples there is a demonstration of a correlation set being used to receive two messages, then in a transformation both the messages were available. Its a new feature for BTS2004. It was in the form <Root><Message1/><Mes
sage2/></Root>.
I haven't used this myself but it looks like it could be useful for what you are attempting to do.
Nikolai
"carmel" wrote:
> Hi,
>
> I have an orch. with a parallel shape with two branches, the branches receives two different messages, i want to those two messages to one message.
>
> any idea?
>
> carmel
|
|
|
|
|