HTTP post tokens
When you select the outbound HTTP post scheme, you can add tokens to the values in the Http URL, Http URI, and Headers fields. You can also add tokens to the Parameters field, which is only visible for the Parameter post type.
A token is a value that is sourced from the outbound query results for the HTTP request. The token name must exactly match the column label in your query, and must be surrounded by curly brackets.
For
example, to add the accountId column value
from your outbound query results to the Http URI field,
enter /ws/account/{accountId}/property in
the Http URI field. At run time, IBM®
TRIRIGA® renders
the value that is returned in the query result. If the value of accountId is 123
,
then the URI that is sent is /ws/account/123/property.
When a batch request is made with tokens, the values in the last result row provide the tokens.