08-24-05 12:50 PM
Hi,
I have a receive port that is scheduled to run a specific time. How can I
restrict the receive port to pick up specific file dynamically?
For example, I have a message in the form of XML as shown as below:-
<Test>
<ID>123-456-789</ID>
</Test>
How can I make the receive port to receive a file based on the value in <ID>
i.e. 123-456-789.txt for this case? Currently, my receive port just retrieve
all the files dropped at a folder I cannot control the receive port to
pick up a file dynamically.
Thanks.
[ Post a follow-up to this message ]
|