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 .
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.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.