Home Page › Forums › BizTalk 2004 – BizTalk 2010 › configuring adapter to recieve and send excel files › Re: configuring adapter to recieve and send excel files
February 11, 2010 at 3:30 AM
#24221
You only need a schema if you wish to read or write the data in a message.
It is possible to pass binary data files thru an orchestration.
You need to use a Pass-thru pipeline and declare the message type in the orchestration as System.Xml.XmlDocument. This may seem strange, particularly if your message is not Xml, but it is XLANG’s method of specifying an untyped message.