|
Home > Archive > BizTalk Server Orchestration > March 2004 > Call Rules Parameter missing
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 |
Call Rules Parameter missing
|
|
| JonnyRed 2004-03-11, 10:43 pm |
| Hi,
I've configured a Business Rule and have tested it.
I'm trying to now Call it from an Orchestration. When I
go to configure the Call Rule, I can specify the Policy
but it does not provide me with a Parameter to assign a
Message.
During the test in Business Rules it does identify that I
need a parameter.
Thank-you in advance
| |
| Matt Milner 2004-03-18, 2:00 pm |
| You need to go back to your rule vocabulary and make sure you use a fully
qualified type name for your xml vocabulary elements. The default behavior
is to use just the type name for your schema, but you'll need to use the
full name.
For example, a schema named schema1 in a project named myProject. The name
you want is myProject.schema1. The name you get by default is just schema1.
Once you change the vocabulary, create a new version of your policy using
the new vocabulary and publish it, you should be able to see the rule
parameters.
Matt
"JonnyRed" <anonymous@discussions.microsoft.com> wrote in message
news:9b4601c40606$756fad00$a401280a@phx.gbl...
> Hi,
>
> I've configured a Business Rule and have tested it.
>
> I'm trying to now Call it from an Orchestration. When I
> go to configure the Call Rule, I can specify the Policy
> but it does not provide me with a Parameter to assign a
> Message.
>
> During the test in Business Rules it does identify that I
> need a parameter.
>
> Thank-you in advance
|
|
|
|
|