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
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.