FRENDS⁴ Common Components : HttpResultTask.HttpResult Task

Description:

Creates the HTTP response message with user defined header and content.

Parameters:

General parameters are the same as all tasks in FRENDS, but following are task specific.

Http Status Code: (String) Status code of response (e.g. 200 for success) Required!

Content Type: (String) MIME-type of body content. (e.g. text\xml)

Content Encoding: (String) Encoding of body if content is text. (e.g. UTF-8)

Content: (String) The Body of HTTP-message (e.g. XML or HTML).

Http Headers: (KeyValuePair as String) Any user defined HTTP-header whit header name and its value. (e.g. SOAPAction: uri:Service1/Get)

Result value Success and Fault:

Attachments: