Sean Feldman
Sean Feldman

Reputation: 26057

Copy message parts from message to message in BizTalk

The only way I could find is to write a custom .NET assembly to perform the task. Is there a way to do it within expression in orchestration? I have an input message that has parts and I'd like to copy those to the destination (mapped) message. Thank you.

Upvotes: 1

Views: 842

Answers (1)

tomasr
tomasr

Reputation: 13859

It basically depends what those parts are, but assuming we're talking about parts that aren't explicitly presented in a multi-part message type, and/or you don't want to use a map for each one, then yeah, the only way is through a helper component.

Upvotes: 1

Related Questions