Use XmlDocument as the message type. For more information see Thomas
Restrepo blog post:
http://www.winterdom.com/weblog/2006/12/01/ReceivingBinaryMessagesInBizTalk.aspx
HTH,
Randal
"Velimir Georgiev" <Velimir...@discussions.microsoft.com> wrote in
message news:B58A931D-49F2-41D2...@microsoft.com...
> Hi, how can I create an orchestration which accepts a binary message (say,
> a
> zip file) and forwards it to a send port. The idea is to transfer zip
> files
> from one folder to another. I can use simple file adapters with filter and
> not create an orchestration at all, but I need to do some side work also
> (logging events in a DB, etc.) when a file has been moved. Basically I
> need a
> messagetype that allows any content.