|
Home > Archive > BizTalk Server General > August 2005 > BizTalk 2004 :: Rules Engine :: string?
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 |
BizTalk 2004 :: Rules Engine :: string?
|
|
|
|
Hi everyone,
Is it possible to pass a string into the rules engine via an orchestration?
I have an xml document that needs to perform a certain operation which cant
be defined in the xml document. I thought it would be easy if I could make
param 1 for the rules engine my xml, and have a second, string, param 2.
Can I pass the xml into the rules engine with a string as a second input?
Thanks,
BA
| |
|
| Hi,
It is by using a custom .NET component which is instantiated by the
Orchestration and passed to the BRE. Then, define your vocabulary on that
..NET class.
Sincerely
Joerg Fischer
MVP
"BA" <biztalk.architect@gmail.com> schrieb im Newsbeitrag
news:eh3vBmxpFHA.3048@TK2MSFTNGP10.phx.gbl...
>
> Hi everyone,
>
> Is it possible to pass a string into the rules engine via an
> orchestration?
>
> I have an xml document that needs to perform a certain operation which
> cant
> be defined in the xml document. I thought it would be easy if I could
> make
> param 1 for the rules engine my xml, and have a second, string, param 2.
>
> Can I pass the xml into the rules engine with a string as a second input?
>
> Thanks,
>
> BA
>
>
| |
|
|
Ok, thanks the the hint...
<Joerg Fischer> wrote in message
news:uOLceDypFHA.1416@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> It is by using a custom .NET component which is instantiated by the
> Orchestration and passed to the BRE. Then, define your vocabulary on that
> .NET class.
>
> Sincerely
>
> Joerg Fischer
> MVP
>
> "BA" <biztalk.architect@gmail.com> schrieb im Newsbeitrag
> news:eh3vBmxpFHA.3048@TK2MSFTNGP10.phx.gbl...
input?[vbcol=seagreen]
>
>
|
|
|
|
|