📄️ Calling InRule from BizTalk Server
irAdapter for BizTalk Server offers three ways to call InRule: orchestration, irAdapter, and static .NET methods.
📄️ Calling InRule from a BizTalk Orchestration
Invoke InRule directly from a BizTalk orchestration using Message Assignment, suited to low-load scenarios.
📄️ Using irAdapter for BizTalk Server
Add irAdapter for BizTalk Server to the Adapters list in the BizTalk Server Administration tool to configure it.
📄️ Using the BizTalk Message Assignment Shape
Call ExecuteRulesFromCatalog and ExecuteRulesFromFile from a BizTalk Expression shape via InRule.BizTalk.Orchestration.RuleExecution.