Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 6 Private Messages : Initiator Messages

Initiator Messages
Initiator Outbound Request
The Initiator private process uses this message to handle outbound requests.
Figure 2 Initiator Outbound Request
.
Rendezvous Subject Name
prefix.installation.standardID.INITIATOR.REQUEST
Example: AX.BC.BC-ACME.B2B-X12.INITIATOR.REQUEST
JMS Queue Name
prefix.installation.INITIATOR.REQUEST
Example: AX.BC.BC-ACME.INITIATOR.REQUEST
Message Name
InitiatorRequest
Required
ID of operation to be performed. Format: interchange_version/group_version/transactionoperation
An ID unique within Initiator private process's environment for this transaction. The private process creates this ID.
Example: UTF--16. When sending UTF-16 encoded request of EDI documents, this field should have a value of UTF-16.
A string representing the message body or TIBCO Rendezvous/JMS representation of an EDI file.
Optional. Specifies the full path of the file where the EDI request is stored. If this is specified, the request is read from the file. The request field takes precedence.
Initiator Inbound Response
This message indicates if a InitiatorRequest has been successfully sent to your trading partner. If the requesting operation is a synchronous operation, this message contains the synchronous response EDI message received from the trading partner
Figure 3 Initiator Inbound Response
Rendezvous Subject Name
prefix.installation.standardID.INITIATOR.RESPONSE
Example: AX.BC.BC-ACME.B2B-X12.INITIATOR.RESPONSE
JMS Queue Name
prefix.installation.INITIATOR.RESPONSE
Example: AX.BC.BC-ACME.INITIATOR.RESPONSE
Message Name
InitiatorResponse
A string representing the message body or TIBCO Rendezvous/JMS representation of an EDI file.
ID of operation to be performed. Format: interchange_version/group_version/transactionoperation
200 success. Otherwise, one of the error codes. See Appendix B, Status and Error Codes.
OK, or the string representing the cause of the error. In this case, the response might be an error document. See Appendix B, Status and Error Codes.
TIBCO BusinessConnect is required to return this closure contents back in the InitiatorResponse to ensure that the private process can match it with the original InitiatorRequest.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved