08-11-04 10:52 PM
This gets me pointed in the right direction, but I still do not see any
information on how to build a dynamic path, filename or FTP address. That
was part of my original question (see below).
Your example for the ftp stuff is hard coded...
"ftp://myserver/mydirectory/myfilename.xml" I need to know how to specify
values (based on somthing like a promoted property for example) for the path
and filename. From your example it might be something like this:
"ftp://serverNameOrIP/customers/" + customerID + "/" + sourceFileName
The thing is I do not kow how to get a value from the message (such as
customerID) and how to get the original source's filename as you would using
%SourceFileName%
Thanks,
Mark
"Christof [MVP]" wrote:
> Just change the context on the message you are sending, just as explained
in
> the blog.
> Changing a message's context can be done in either your orchestration or i
n
> the pipeline.
>
> If you want to change the path for the outbound file message, use a dynami
c
> port. The concrete destination of that port can be set using an expressio
n
> shape as well...
>
> Hope that helps.
>
> Best regards!
> Christof
>
>
> "MarkS" <markscott@newsgroups.nospam> wrote in message
> news:DB408152-D848-46E7-AE78-19C71C56CE67@microsoft.com...
> the
> the
> the
>
>
>
[ Post a follow-up to this message ]
|