The scenario is the following. I need to create an orchestration that will receive a file of any kind (from .doc, xml, .zip, to executable). I have set the pipeline to passthrough. The orchestration should be simple. It will redirect, after some process, the same incoming file to a different file send port. So my question is what will be the message type of the mesage that will come in my received shape? Should it be "binaryReader" or something similar?
Thanks