BizTalk Gurus

configuring adapter to recieve and send excel files

rated by 0 users
Not Answered This post has 0 verified answers | 1 Reply | 1 Follower

posted on Sun, Feb 7 2010 11:43 PM

Hellow, am new beginner to biztalk, here am having two custom pipelines for excel file.

my problem is how can i configure the file adapter  to excel file, i mean here how can i select schema for the excel file..

bcoz if we are using orchestration we have to select msg type,what i have to choose?please give u r valuable reply fas,bcoz am waiting for u r answer

All Replies

Top 10 Contributor
877 Posts

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.

 

Page 1 of 1 (2 items) | RSS