Running the RemoteInvoke Project

You can run the processes in the RemoteInvoke project to see how to .

Prerequisites

Ensure that you have imported the RemoteInvoke project to TIBCO Business Studio as described in Importing Sample Projects.

Procedure

  1. In the Project Explorer view, expand the RemoteInvoke project.
  2. Click Processes > RemoteInvoke > RemoteInvoke.bwp and double-click the process in the Process editor.
  3. From the menu, click Run > Run Configurations.
  4. In the Run Configurations dialog, expand BusinessWorks Application and click BWApplication.
  5. In the right panel, click Deselect All and select the check box next to RemoteInvoke.application. Then click Apply.
  6. Click Run to run the process.
  7. Click the icon to stop the process.

Result

The InvocableReceiver activity has received all the parameters in the ContextTuple field in the Input tab of the RemoteInovke activity; the InvocableResponse activity has returned a tuple to the RemoteInovke activity.