Copy message parts from message to message in BizTalk -


The only way I can find out is to write a custom .NET assembly to work. Is there a way to do this within the expression in the orchestration? I have an input message that contains parts and I want to copy them to destination (map) message. Thank you.

It basically depends on what those parts are, but assuming that we Are talking about which have not been clearly presented in a multi-part message type, and / or you do not want to use the map for every one, then yes, a helpful method is through auxiliary component Is from


Comments