Home Page › Forums › BizTalk 2004 – BizTalk 2010 › using promoted property(Input Schema) in Send Pipeline › using promoted property(Input Schema) in Send Pipeline
October 27, 2005 at 6:21 AM
#12116
Hello.
Check out this sample: http://www.biztalkgurus.com/Samples/Property-Promotion-Demotion-Pipeline.html
I think you can promote . demote your value to the File.ReceiveFileName property. Then, use the %SourceFileName% macro.
Don’t know for sure if you can override / set this easily in the Send Pipeline. That might need a custom pipeline component to do that.
Hope this helps.