Responder Process Definitions
The responder process definitions can be accessed from the TIBCO Studio project panel under the Responder folder.
The following processes are available:
3A4 Responder
The activities in 3A4 Responder perform the following functions:
- Receive 3A4 Request waits to receive the Responder.Request message.
- After Receive 3A4 Request receives the message, Report What I Have Received writes the contents of Responder.Request to response.txt.
- Get 3A4 Response determines the contents of the response payload.
- Parse 3A4 response verifies that the payload is in the correct format.
- The Sleep activity models the processing delay that occurs in real-world private processes.
- Send 3A4 Response sends a response back to the initiator TIBCO BusinessConnect
submitPPResponse
The activities in submitPPResponse perform the following functions:
- HTTP Receiver listens for the Wait Response post from Responder.html.
- Wait for Response polls the file response.txt.
- When response.txt is written by the 3A4 Responder process in step 2 of 3A4 Responder , the process transitions to the Read File activity.
- Read File reads the contents of the file.
- Send HTTP Response returns a response to Responder.html that contains the information contained in the Responder.Request message
Copyright © Cloud Software Group, Inc. All rights reserved.