I have created a custom adapter in VB .Net to receive files. I want to get the filename of the file, which is received through that adapter, to be used later in the orchestration to send files to with the same name(as received filename) to a folder.
You need to promote the file name into the FILE.ReceivedFileName property in the message context. You can do this in the adapter after you create the IBaseMessage. Call the IBaseMessage.Context.Promote() method.
Details on the FILE.ReceivedFileName can be found in the property schema C:\Program Files\Microsoft BizTalk Server 2004\SDK\Include\bts-file-properties.xsd
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.