|
Testing Generated Outbound MessagesThe next step is to take the same message and test a generated message from a database.
To test your generated outbound message and python scripts:
![]() Message Browser, Showing Grammar View
The main goal of this section is to show you how to make the generated message the same as your original message.
![]() Identical Messages The messages seem to be identical. However, let's say the recipient of the messages wanted the following fields to be constant values:
If you change the above values in the top pane of the Transformation window, the change is immediately reflected in the bottom pane, as shown below. ![]() Transformation Window, Showing Values Changed To make sure that these values never change, you must use simple Python scripts to define the constant values you don't want changed:
![]() Constants Defined |