SendResponse

You can use the SendResponse activity to send an outgoing response message to the local TIBCO BusinessConnect server.

The SendResponse activity publishes messages on the following subjects:
  • TIBCO Rendezvous subject

    prefix.installation_name.standardID.RESPONDER.RESPONSE

  • JMS subject

    prefix.installation_name.RESPONDER.RESPONSE

General

In the General tab, you can establish a connection to a TIBCO BusinessConnect server.

The following table lists the configurations in the General tab of the SendResponse activity:

Field Module Property? Description
Name No Specify the name to be displayed as the label for the activity in the process.
Server Details Yes Specify the BC Connection shared resource used to connect to the TIBCO BusinessConnect server.
Parse XML Payload No Select this check box to parse and validate the document in sent messages.
  • Check box selected

    The document in the sent message is parsed and validated according to the corresponding schema definition defined for this B2B operation.

  • Check box cleared

    The XML document in the message is treated as a string. This is particularly useful in cases where the document does not have to be processed or parsed immediately in the TIBCO BusinessConnect activity.

Custom Request No Specify whether operation names are pre-configured.
  • If you select the Custom Request check box, you can select an operation from the Operation Name list.
  • If you clear the Custom Request check box, the request in the Request Name list is ReceiveRequest by default.
Operation Name Yes Specify the pre-configured operations that are available for the protocol associated with the server configuration.

This field is displayed only when you select the Custom Request check box. If you select the Custom Request check box, you can select an operation from the Operation Name list.

Only the Request-Response operations are populated for this activity.

Request Name No Specify the request name.

If you clear the Custom Request check box, the request in the Request Name list is ReceiveRequest by default.

Description

In the Description tab, you can enter a short description for the SendResponse activity.

Input

The Input tab lists input schema information. The schema that is displayed depends on the input of the operation selected in the General tab for this activity.
Note: This tab is protocol specific. For more information, see the documentation of a specific protocol.

Fault

In the Fault tab, you can find the error code and error message of the SendResponse activity. See Error Codes for more detailed explanation of errors.

The following table lists error schema elements in the Fault tab of the SendResponse activity:

Error Element Data Type Description
msg String Displays the error message.
msgCode String Displays the error code.