I created my first BRS Rule (using XSD) in BizTalk Server Business Rules Composer and deployed it.
When I tried to call this rule from Call Rules shape of an Orchestration, it didn’t give my any option to add an input parameter to the Rules
After browsing for some time, I find that it happened because, the Document Type Property for the Schema in the Facts Explorer (shown above) is different from the Fully Qualified name of the Actual Schema in the BizTalk Project
So, I modified Document Type Property of the Schema in the Business Rules Composer to the Fully Qualified Name as in the BizTalk Server Project as shown below
Then the parameter is shown in the Call Rules Shape
Result:
The issue is that, in the beginning, Call Rules shape was not able to find any matching Message to the Schema which is deployed with the Rule.
Since I modified the schema in BRE with the Fully Qualified Name of the BizTalk solution, it found a matching message and displayed in the Call Rules Shape.
Hope it is useful..
- Shiv
shiv, thats a good idea,
ReplyDeleteand one more approach is here
http://abdulrafaysbiztalk.wordpress.com/2010/04/07/sql-server-query-notification-with-biztalk-server-2009-wcf-sql-adapter/