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
  • submitPPResponse

3A4 Responder

3A4 Responder

The activities in 3A4 Responder perform the following functions:

  1. Receive 3A4 Request waits to receive the Responder.Request message.
  2. After Receive 3A4 Request receives the message, Report What I Have Received writes the contents of Responder.Request to response.txt.
  3. Get 3A4 Response determines the contents of the response payload.
  4. Parse 3A4 response verifies that the payload is in the correct format.
  5. The Sleep activity models the processing delay that occurs in real-world private processes.
  6. Send 3A4 Response sends a response back to the initiator TIBCO BusinessConnect

submitPPResponse

submitPPResponse

The activities in submitPPResponse perform the following functions:

  1. HTTP Receiver listens for the Wait Response post from Responder.html.
  2. Wait for Response polls the file response.txt.
  3. When response.txt is written by the 3A4 Responder process in step 2 of 3A4 Responder , the process transitions to the Read File activity.
  4. Read File reads the contents of the file.
  5. Send HTTP Response returns a response to Responder.html that contains the information contained in the Responder.Request message