Running the Tutorial
To see the complete tutorial for Asynchronous Request Response Operation, run it on both the machines Buyer and Seller.
Running the Tutorial on the Seller Machine
Perform the following steps to run the tutorial on the seller machine:
- Procedure
- In TIBCO Business Studio, expand the RESPONDER folder.
- Click Asynchronous Request Response > Receive Async Request.
- Go toRead File > Input Tab > ReadActivityInput and verify that the path given in the fileName field is valid.
- Click Run Configurations.
- Click Start testing viewed process.
- Select the Receive Async Request(current) checkbox.
- Click Load Selected.
After the request is received from the Buyer machine, this process receives the RESPONDER.REQUEST message and then sends the RESPONDER.RESPONSE message to BusinessConnect Container Edition.
The Select Process to Load page is displayed.
Figure 6: Select Process to Load

Running the Tutorial on the Buyer Machine
Perform the following steps to run the tutorial on the buyer machine:
- Procedure
- In TIBCO Business Studio, click INITIATOR > Asynchronous Request Response.
- Click Send ASync Request process.
- Click SendRequest activity.
- Enter
Buyer
in the fromTP field andSeller
in the toTP field on the Input tab.Figure 7: SendRequest (Input)
-
Go toRead File > Input Tab > ReadActivityInput and verify that the path given in the fileName field is valid.
- Click Apply and Save.
- Click Run Configurations.
- Select two processes:
- INITIATOR/Asynchronous Request Response/Send Async Request
- INITIATOR/Asynchronous Request Response/Receive Response processes
- Click Load selected.
Figure 8: Select SendAsyncRequest Operation

It sends an INITIATOR.REQUEST to the INITIATOR BusinessConnect Container Edition. At the same time, the Receive Response activity receives the INITIATOR.RESPONSE message.
Figure 9: Send INITIATOR.REQUEST and Receive INITIATOR.RESPONSE


Figure 10: RESPONDER AsynchronousRequestResoponse Process
