by "Randal van Splunteren" <randal.van.splunteren@[EMAIL PROTECTED]
>
Jan 31, 2008 at 11:16 AM
Hi,
Use XmlDo***ent 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" <VelimirGeorgiev@[EMAIL PROTECTED]
> wrote in
message news:B58A931D-49F2-41D2-863E-9AF99BAEE5A0@[EMAIL PROTECTED]
> Hi, how can I create an orchestration which accepts a binary message
(say,
> a
> zip file) and forwards it to a send ****t. 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.