Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 Private Messages : Initiator Messages

Initiator Messages
Initiator Outbound Request — Private Process to TIBCO BusinessConnect
The Initiator private process uses this message to handle outbound requests. Data that is sent is in a string or in binary form.
If both plainRequest and inputFile are passed, the plainRequest node is used.
If both binaryRequest and inputFile are passed, the binaryRequest node is used.
 
Subject Name
prefix.installation.EZComm.INITIATOR.REQUEST
External example: AX.BC.BC-ACME.EZComm.INITIATOR.REQUEST
The private process generates the closure message and sends it to TIBCO BusinessConnect, which is required to return this closure contents back in the InitiatorResponse to ensure that the private process can match it with the original Initiator.Request.
The value in the as2-subject element overrides the value in the MIME Subject field.
Note : It works only with Request_Response operations.
Note : It works only with Request_Response operations.
If set to true, the file reference specified in the filename field is deleted after the completion (successful or otherwise) of the transaction processing.
Initiator Inbound Response — BusinessConnect to Private Process
The Initiator private process uses this message to handle inbound responses.
 
Subject Name
prefix.installation.EZComm.INITIATOR.RESPONSE
External example: AX.BC.ACME.EZComm.INITIATOR.RESPONSE
A three-part ID of the form: category/version_number/operation_Name.
Code indicating the status of the message. 200 for success. Otherwise, a code that represents the type of error.
OK or a description of the cause of the error.
For HTTP/s transports, this is the filename that is sent as a file reference from the private process when the Allow override of filename via HTTP parameter check box for the partner is selected.
The as2-to and as2-from headers are used.
The as2-to and as2-from headers are used.
A string receiving an email subject by the EMAIL or AS1-EMAIL transport.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved