Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Report Folder | Summary of Elements in this Folder | pub.report:runStringTemplate
 
pub.report:runStringTemplate
WmPublic. Applies an output template to a specified document (IData object).
Input Parameters
$template
String Template to apply.
$values
Document Document (IData object) to bind against $template.
Output Parameters
$txt
String Results from applying $template to $values.
Usage Notes
This service is typically invoked from other services that already have a template in a String object and an IData object that will be used to bind against the template.
Integration Server executes any services in the template file using the credentials of the user who invoked the pub.report:runStringTemplate service.