| Author |
Business Rule problem -
|
|
|
| Hi
I added three "definitions" ( 1 constant value , 2 XML Document Element or
Attribute out of which one is Get and another is set ) and two Rules.
I have deployed the Policy.
In my orchestration when i try to access the policy i am not getting the
parameters in "Specify policy Parameters" listbox.
What could be the problem ?
| |
| Nabeel Prior 2004-11-29, 5:51 pm |
| You need to make sure that the Document Type set in the properties of your
document elements in your rules match the fully qualified document type in
VS.Net on the schema file properties.
--
Kind Regards,
Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx
"Guru" <Guru@discussions.microsoft.com> wrote in message
news:9C246E61-F665-4992-B400-8D0DA0418DA6@microsoft.com...
> Hi
>
> I added three "definitions" ( 1 constant value , 2 XML Document Element or
> Attribute out of which one is Get and another is set ) and two Rules.
> I have deployed the Policy.
>
> In my orchestration when i try to access the policy i am not getting the
> parameters in "Specify policy Parameters" listbox.
>
> What could be the problem ?
>
| |
|
| Can you give me an example? I have the same issue.
Thanks,
"Nabeel Prior" <nowhere@somewhere.com> wrote in message
news:Oy#yY4k1EHA.824@TK2MSFTNGP11.phx.gbl...
> You need to make sure that the Document Type set in the properties of your
> document elements in your rules match the fully qualified document type in
> VS.Net on the schema file properties.
>
> --
>
> Kind Regards,
>
> Nabeel Prior
> Web: http://www.brainjar.co.za
> Blog: http://www.brainjar.co.za/blog.aspx
>
>
> "Guru" <Guru@discussions.microsoft.com> wrote in message
> news:9C246E61-F665-4992-B400-8D0DA0418DA6@microsoft.com...
or[vbcol=seagreen]
>
>
| |
|
| Nevermind. I figured it out by myself.
Thanks
"Nabeel Prior" <nowhere@somewhere.com> wrote in message
news:Oy#yY4k1EHA.824@TK2MSFTNGP11.phx.gbl...
> You need to make sure that the Document Type set in the properties of your
> document elements in your rules match the fully qualified document type in
> VS.Net on the schema file properties.
>
> --
>
> Kind Regards,
>
> Nabeel Prior
> Web: http://www.brainjar.co.za
> Blog: http://www.brainjar.co.za/blog.aspx
>
>
> "Guru" <Guru@discussions.microsoft.com> wrote in message
> news:9C246E61-F665-4992-B400-8D0DA0418DA6@microsoft.com...
or[vbcol=seagreen]
>
>
| |
|
|
For my schema , http://BTSRule.Request is the target namespace.
I guess BTSRule.Request is the fully qualified document type , is this
correct ?
"Nabeel Prior" wrote:
> You need to make sure that the Document Type set in the properties of your
> document elements in your rules match the fully qualified document type in
> VS.Net on the schema file properties.
>
> --
>
> Kind Regards,
>
> Nabeel Prior
> Web: http://www.brainjar.co.za
> Blog: http://www.brainjar.co.za/blog.aspx
>
>
> "Guru" <Guru@discussions.microsoft.com> wrote in message
> news:9C246E61-F665-4992-B400-8D0DA0418DA6@microsoft.com...
>
>
>
| |
| Nabeel Prior 2004-12-15, 8:26 am |
| Hi,
The fully qualified type is attained by clicking once on the schema file in
Solution Explorer and copying the value of the Fully Qualified Name property
from the properties window. This is the type that you must use for XML
schemas in your business rule. You know that you have it correct when you
can then select a message variable as an input parameter in the propoerties
interface of the Call Rules shape (i.e. when you double-click on the call
rules shape in your orchestration, once you select the policy, you should be
able to set an input parameter as a message in your orchestration)
--
Kind Regards,
Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx
"Guru" <Guru@discussions.microsoft.com> wrote in message
news:12EDD5B5-FD8D-4A92-B5B3-0180E5D08BE0@microsoft.com...[vbcol=seagreen]
>
>
> For my schema , http://BTSRule.Request is the target namespace.
> I guess BTSRule.Request is the fully qualified document type , is this
> correct ?
>
>
>
> "Nabeel Prior" wrote:
>
|
|
|
|