Field | Description |
Document Reference | The Document Reference for the start sequence input is displayed, for example myConnector_v1.customDoctypes:docTypeRef_LoginInput. The Document Reference is taken from the selected operation and cannot be edited. |
Request Body | Represents the input of the document reference. All required fields must be independently populated using the assignment functionality for each field. To assign values to a leaf element, right-click on the leaf element and select Assign From. For example, you can refer a connection parameter defined in the connection. |
Field | Description |
Document Reference | The Document Reference for the start sequence output is displayed, for example myConnector_v1.customDoctypes:docTypeRef_LoginOutput. The Document Reference is derived from the selected operation and cannot be edited. |
Response Body | Represents the output of the document reference. Optionally, you can assign values from the output to the supported parameters to be used in operation interactions. To assign values to a leaf element, right-click on the leaf element and select Assign To. For more information, see
Assigning Values. For example, in a login operation, the response can return the Session ID and/or Server URL to which the subsequent operations can use. Fields from the response body can be mapped to the appropriate connection parameters. |
Error Handling | Select Use a service to configure the error message if you want to handle the error messages sent by the back end for requests that are not successful. Click Browse and in the Services pane, select the custom service that you have created. This service is needed to read and display error messages for unsuccessful requests. Note: By default, CloudStreams automatically handles errors and flags connection errors. However, if you want to handle the response on your own in a customized way, you need to create and use a service (which follows the service mapping spec wm.cloudstreams.service.common.lookup.specs:mapServiceSpec), which returns an output that is treated as an error message. If the service does not return an output, it is treated as success. |