hi everybody,
i was playing around with multipart messages, and i built an orchestration that succesfully created a mutipart message:
MyMultiPartMsg.Part1 = MessageBasedOnSchema1;
MyMultiPartMsg.Part2 = MessageBasedOnSchema2;
using the orchestration debugger, i can clrealy see that the "MyMultiPartMsg" is successfully built and it contains the two message parts.
now i tried to send message "MyMultiPartMsg" through a file send adapter, but i ended with a single file representing "MessageBasedOnSchema1" !!!
clearly there is something about sending multipart messages out through orchestrations, that i do not understand.
i would appreciate any explanation on the above and how to fix it.
reagrds,