Procedure
-
Click the Code tab at the
bottom of the design workspace to have a look at the generated code.
As shown in the code, the Route is built
from
thecDataset_cDataset_1
endpoint, routed.to
thecDataset_cLog_1
, set the message body as"Hello!"
by thecDataset_cSetBody_1
, and then routed.to
thecDataset_cLog_2
. -
Press F6 to execute the Route.
A DataSet of 1000 messages is created and logged in the execution console. The default message body is
<hello>world!</hello>
. It is changed toHello!
.