Using Business Rules inside maps

Home Page Forums BizTalk 2004 – BizTalk 2010 Using Business Rules inside maps

Viewing 1 reply thread
  • Author
    Posts
    • #22954

      Hi,

      A quicky.. Can we call business rules from Maps? If yes then how ? I am not able to find any documentation or sample regarding the same.

    • #22967

      Not by design but you can create a .Net helper class to execute Business Rules and then use it’s methods from your map via scripting functoid (external .Net assembly).

      There may be some gotchas if you want to send the whole source document or it’s node-like parts into the rules. Same for returning multiple result objects. But still possible with some .Net scripting involved. You will not be able to assign values into resulting document directly within a rule though.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.