Sunday, November 29, 2009

BizTalk : Get Received File Name In Orchestration For FTP Adapter

I had a requirement to read received file name(FTP adapter) within orchestration. I found the solution and that is

InboundMessage(FTP.ReceivedFileName)

Add expression shape on Orchestration and add above code. Replace "InboundMessage" with actual inboundmessage name.

No comments: