|
Home > Archive > BizTalk Server General > June 2006 > Use received file name in send port
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Use received file name in send port
|
|
| Jeremy Chapman 2006-06-12, 1:19 pm |
| As a simple test, I have a one way receive port with a file transport type.
and a send port with a file transport type with an orchestration bound
between the two. Currently, the file name property of the send port address
is %MessageID%.xml, but I want the send file to be named the same as the
received file.
A search of the newsgroups mentions using the %src_filename% token, but this
doesn't seem to work (BizTalk 2004). All that happens is the file gets
named %src_filename%. Is there another token to use?
| |
| Ben McFarlin 2006-06-12, 7:17 pm |
| %SourceFileName%
| |
| Jeremy Chapman 2006-06-12, 7:17 pm |
| Ok, thanks, works.
"Ben McFarlin" <mcfarlin_ben@hotmail.com> wrote in message
news:1150137873.749151.208100@g10g2000cwb.googlegroups.com...
> %SourceFileName%
>
|
|
|
|
|