Home Page › Forums › BizTalk 2004 – BizTalk 2010 › What does it mean when using "Message1(*) = Message2(*)" in XLang? › Re: What does it mean when using "Message1(*) = Message2(*)" in XLang?
October 23, 2006 at 3:47 PM
#16156
That operation actually copies the "context" of one message to another. So values like SSO tokens, receivedfilename, any custom context properties get copied over to the new message.