|
Home > Archive > BizTalk Server General > August 2005 > access to variables from an 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 |
access to variables from an orchestration
|
|
| nets-rac 2005-08-30, 8:02 am |
| Hi,
is it possible to define variables or key/value pairs in an
orchestration with an accessibility level like "public", so I have
access to this variables from an other orchestration?
Thanks,
nets-rac
| |
| Leo Gan 2005-08-30, 5:58 pm |
| IMHO,
NO
U have to save your vars for example in xml.file
--
Leonid Ganeline,
BizTalk Developer
http://public.fotki.com/leogan/
"nets-rac" <squirrel.cc@web.de> wrote in message
news:1125391824.277953.12770@g47g2000cwa.googlegroups.com...
> Hi,
>
> is it possible to define variables or key/value pairs in an
> orchestration with an accessibility level like "public", so I have
> access to this variables from an other orchestration?
>
> Thanks,
> nets-rac
>
| |
| Matt Milner 2005-08-31, 5:58 pm |
| you can setup parameters for your orchestration and set the direction
(in/out) and then those can be used by another orchestration that is calling
your orchestration. Other than that, there is no direct tie between
orchestrations.
Matt
"nets-rac" <squirrel.cc@web.de> wrote in message
news:1125391824.277953.12770@g47g2000cwa.googlegroups.com...
> Hi,
>
> is it possible to define variables or key/value pairs in an
> orchestration with an accessibility level like "public", so I have
> access to this variables from an other orchestration?
>
> Thanks,
> nets-rac
>
|
|
|
|
|