Originally posted by: paul.brett
In the map, you would use the syntax as follows:
=PUT("
WIRE", "
output_terminal_name",
data)
Optionally, you can specify that the message is to be sent immediately. The -NOW argument sends the message to the output terminal as soon as the PUT rule is processed. When you omit the -NOW argument, a map primitive sends the data to the output terminal when the map completes, and a RUN map sends a message to the output terminal when the top map completes. If you omit the -NOW argument and the map or RUN map fails, the message is not sent.
=PUT("
WIRE", "
output_terminal_name -NOW",
data)
(from http://pic.dhe.ibm.com/infocenter/wtxdoc/v8r4m0/topic/com.ibm.websphere.dtx.wtx4esb.doc/references/r_wtx4esb_put_rule_syntax.htm?resultof=%22%77%69%72%65%22%20%22%61%64%61%70%74%65%72%22%20%22%61%64%61%70%74%22%20)
Then in the Toolkit, you right-click the output terminals of the map node, and choose 'Add Outut Terminal' from the pop-up menu. You name this new terminal to match the rule (output_terminal_name above).
After that, all you need to do is wire this new output terminal as you would any other output terminal.
Thank-you.
Paul
Follow me on Twitter
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange