| Author |
using variables in biztalk rule engine
|
|
| okaminer 2005-06-19, 7:51 am |
| I was wondering if I can set a biztalk variable in the rule engine
I know that you can set an element in a message using the "XML Document
element or attrubute" definition.
But, can I create simple variable in the Orchestration view and set it
in the rule engine?
| |
| Matt Milner 2005-06-21, 2:48 am |
| You will want to have a .net class that you are going to pass in and set a
property on. For example, instead of passing in a boolean variable, you'll
need to create a class with a boolean property and pass that class in to
have its property set.
Matt
"okaminer" <okaminer1@yahoo.com> wrote in message
news:1119184987.357607.4530@f14g2000cwb.googlegroups.com...
>I was wondering if I can set a biztalk variable in the rule engine
>
> I know that you can set an element in a message using the "XML Document
> element or attrubute" definition.
>
> But, can I create simple variable in the Orchestration view and set it
> in the rule engine?
>
| |
| okaminer 2005-06-23, 5:55 pm |
| Hi thanks for replying
one more question
Do I need to create a new project in order to create that class?
because I can't add class to the Biztalk project.
Or is there any other way?
|
|
|
|