1 course Introduction
Use this course to familiarize yourself with the use of the Business Rule Engine (BRE) (Windows 2008 32-bit operating system environment + Visual Studio 2010 + BizTalk 210)
2. Preparations
1. Familiar with BizTalk schema and orchestration related development technologies
3 demo
1. Create a BizTalk Project
2. Create a schema, and create product (string type), quantity (INT type), and price (double type) fields, as shown in
3. Create an orchestration and configure the corresponding process, message, and port.
4. Open rule Manager
5. Create an iPad price in Version 1.0
6. Open the schema in the project in the fact Browser
7. Add the corresponding product and quantity conditions to the condition expression
8. Drag the price in the schema to the action in the then operation window.
9. Save the current version and deploy it (you can view it in orchestration after saving it, but you need to deploy it if it needs to be executed at runtime ).
10. Modify orchestration, drag the call rule shape into orchestration, click to obtain the corresponding rule, and set the corresponding parameters.
11. Generate and deploy a project
12. Configure the corresponding input and output ports on the BizTalk Console
13. Construct a Test message based on the XML instance generated by po schema. Check whether the value of the price field is the same as that set when the product field is iPad and the quantity field value is greater than 100.
Biztalk hands-on Experiment (9) Use of Business Rule Engine