Business Rule Composer question

Home Page Forums BizTalk 2004 – BizTalk 2010 Business Rule Composer question

Viewing 1 reply thread
  • Author
    Posts
    • #14445

      Hi all,

      I create some rule using the BRE tool, that accpets message, checking some field and in case of TRUE changew some field vaule.
      Now how can i return this message to orchestration? i mean that aftr calling to call rule shape i should check in decide shape about the field that should change from time to time .

      TNX in advance…

    • #14444

      When you do the Calls Rules shape inside the Orchestration, it is kind of like a By Ref Call. Your message will get updated for you. So, you should just be able to check the field after the shape.

      To make life easier, you may be able to make the field a distinguished field otherwise you will have to XPath into the message to get it.

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