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:runFileTemplateOnPipe
 
pub.report:runFileTemplateOnPipe
WmPublic. Applies a template to the pipeline.
Input Parameters
$template
java.io.File Template file.
fileEncoding
String Optional. The encoding of the template file. If fileEncoding is not specified, the default file encoding specified in the watt.server.netEncoding server parameter or the system file encoding will be used. Examples: SJIS, ASCII, ISO8859_1.
Output Parameters
$txt
String Results from applying $template to the pipeline.
Usage Notes
If a template is not available in a templates directory of any of the packages on the server, you can use this service to pass a File object representing the template file.
Integration Server executes any services in the template file using the credentials of the user who invoked the pub.report:runFileTemplateOnPipe service.