Configuration
The Configuration tab has the following fields.
Field |
Description |
Name |
The name to appear as the label for the activity in the process definition. |
Description |
Short description of the activity. |
HTTP Connection |
The HTTP Connection shared resource that describes the host name and the port number on which the process waits for the incoming message. For more information about specifying shared resources, see HTTP Connection. |
Parse Post Method Data |
Specifies that the message body of the HTTP request should be parsed into a schema for the activity’s output. When this check box is selected, the parameters specified in the Parameters field are used to validate the incoming request and parse it into the output schema. Note: In the case of an incoming GET request, there is no message body, so this field has no effect on incoming GET requests.
|
Parameters |
The parameters of the incoming HTTP request. Specifying parameters in this table allows the incoming request to be parsed and represented as a schema in this activity’s output. For each parameter, you must provide a name, datatype, and whether the field is required, optional, or repeating. Use the + and x buttons to the right of the parameter table to add and remove parameters. Use the up and down arrows to move parameters to new positions in the table. Note: Specifying parameters in this field parses the query string of the request into the output schema, regardless of whether the Parse Post Method Data field is checked. Checking the Parse Post Method Data field and specifying parameters here is required to parse the message body along with the query string of the request.
|
HTTP Authentication |
Specifies that the client sending the HTTP request must be authenticated. The user name and password specified in the incoming request must exist in the domain. Users are created and managed in the domain using TIBCO Administrator. |