Broadcasting messages
For broadcasting, you use the Fan Out primitive in isolation
to send a message one way such as when you want to send a notification
and do not need a response.
Before you begin
About this task

Procedure
- FanOut1 is dropped on the canvas and configured in iterate
mode. The XPath expressions is configured to point to the repeating
element of order items, in this case itemName. The FanOutContext is
of the same type as the repeating element.

- XSLTransformation1 maps to the message type that the callout requires by mapping the order item in the FanOutContext to the body of the target service message object.
- The output terminal of FanOut1 fires for each order item in the message, which invokes the callout for each item.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15