07-22-04 10:56 PM
I believe you should use standard c# code inside an expression shape to read
the contents of the file. if you want to create a message out of it define a
message in the orchestration and use the assign shape to assign the values
to it. the message can be of type System.String
HTH
Yossi
"Roque" <Roque@discussions.microsoft.com> wrote in message
news:6A7FB057-FE65-491A-A7F0-A36EF226DC0B@microsoft.com...
> I have an orchestration which is triggered by a receive port (exposed as a
web service). When the user sends a request, I want my Biztalk orchestration
to read a particular text file, which resides on the the same machine as the
BizTalk Server. How do I do this? Furthermore, can I construct a message
from the text file it reads?
>
> Thanks in advance.
[ Post a follow-up to this message ]
|