Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flow Folder | Summary of Elements in this Folder | pub.flow:setResponseHeaders
 
pub.flow:setResponseHeaders
WmPublic. Sets one or more header fields in the HTTP response to a calling process (such as a browser or application server) or in the JMS message that contains the SOAP response from a web service invocation.
Input Parameters
headers
Document List Contains the header fields to set. Specify the following for each header that you want to set.
fieldName
String Name of the header field to set.
fieldValue
String Value of the header field to set.
Output Parameters
None.
Usage Notes
pub.flow:setResponseHeaders sets one or more fields in the response header. If any of the fields specified by fieldName have already been set, they will be overwritten.
See the Usage Notes for pub.flow:setResponseHeader for more information.