|
Home > Archive > BizTalk Server Orchestration > July 2004 > Read text file in orchestration
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 |
Read text file in orchestration
|
|
|
| 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 d
o this? Furthermore, can I construct a message from the text file it reads?
Thanks in advance.
| |
| gordon 2004-07-21, 5:50 pm |
| Not sure I know the answer to your first question but to construct a message you should look at the sdk and the pipeline examples. Thanks
Gordon
"Roque" wrote:
> 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.
| |
| Yossi Dahan 2004-07-22, 5: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.
|
|
|
|
|