Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Walkthroughs/Samples   (RSS)
Sorry, but there are no more tags available to filter with.

Sample: Deploying Business Rules Programmatically

The Rule Engine Deployment Wizard, which ships with BizTalk Server 2006, provides a graphical user interface to perform the following operations: ยท Import a policy from a Business Rule Language (BRL) file into the Rule Engine database, and publish the
Posted by spelluru@microsoft.com | 1 Comments
Attachment(s): DeployRules.zip

Sample: Analyzing Objects of the Same Type in a Business Rule

In many scenarios, you will write a business rule against a type and expect the rule engine to separately analyze and act upon each instance of the type that is asserted into the engine. For example, if you write a rule against a .NET type and assert

BRE Walkthroughs

Hi all, I added the following walkthroughs to BizTalk Server documentation recently. Please download the latest documentation from: http://www.microsoft.com/downloads/details.aspx?FamilyId=3294DDAF-9F67-409F-A92D-2F6070DC0D1A&displaylang=en Walkthrough:

Walkthrough: Testing a Simple Policy

Attached: Testing a Simple Policy.zip file contains Word document for "Testing a Simple Policy" walkthrough SamplePO.xml SamplePO2.xml

Walkthrough: Creating a Simple Policy (level 200)

Attached: Creating a Simple Policy.zip file contains Word document for "Creating a Simple Policy" walkthrough PurchaseOrder.xsd schema

How to invoke a policy from another policy? (Policy Chaining)

Policy Chaining This sample demonstrates how to invoke a policy from another policy by calling the Execute method of the Policy class exposed directly by the Microsoft.RuleEngine assembly.

How to Insert XML Nodes from a Business Rule? - XMLHelper class

Inserting XML Nodes from Business Rules This sample demonstrates how to insert nodes into an XML document and set their values from a business rule by using the XmlHelper class.
 
Page view tracker