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


Chapter 8 Private Messages : Responder Messages

Responder Messages
Responder Inbound Request — BusinessConnect to Private Process
The Responder private process uses this message to handle inbound requests.
Subject Name
prefix.installation.EZComm.RESPONDER.REQUEST
External example: AX.BC.BC-ACME.EZComm.RESPONDER.REQUEST
A three-part ID of the form: category/version_number/operation_Name.
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.
If sets to true, then the private process can decide to delete the inbound attachment file.
Responder Outbound Response — Private Process to BusinessConnect
The Responder private process uses this message to handle outbound responses.
.
Subject Name
prefix.installation.EZComm.RESPONDER.RESPONSE
External example: AX.BC.BC-ACME.EZComm.RESPONDER.RESPONSE
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.
By default, the value in the as2-subject element is the same with the one in the MIME Subject field.
If set to true, the file reference specified in the filename field is deleted after the completion (successful or otherwise) of the transaction processing.
 
Responder Acknowledgement — Private Process to BusinessConnect
The Responder TIBCO BusinessConnect sends this acknowledgement after it receives the Responder Response. The acknowledgement indicates whether the Responder Response has been forwarded to the trading partner.
.
Subject Name
prefix.installation.EZComm.RESPONDER.ACK
External example: AX.BC.BC-ACME.EZComm.RESPONDER.ACK
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.
Represents the type of the operation. In this case it is ack, indicating that the message is of the type Acknowledgement.
 

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