Testing the RPC Standard Operation
This guide uses process [1] of the JMS transport type to show how to perform the RPC standard operation.
Procedure
- In the Project Explorer view, select JMS_[01]INSERT INTO OPERATION_ORDER.bwp from the OperationsOracle processes and double-click the process name.
- In the process editor, double-click InvokeanAdapterRequest-ResponseService to open the configuration panel of the Invoke an Adapter Request-Response Server activity.
- Click the Input tab.
- Ensure that the business process that you want to run exists in the Components list.
- Optional: If multiple projects exist in the Project Explorer view, ensure that only the sample project that you want to run is selected for running.
-
In the
Project Explorer view, right-click
JMS_[01]INSERT INTO OPERATION_ORDER.bwp. From the pop-up menu, click
Run As > Launch BusinessWorks or click
Debug As > Launch BusinessWorks Debugger.
The process is now in the test mode. A message is displayed in the Console view to indicate that data is inserted into the OPERATION_ORDER table successfully.
RPC Service Thread <RPC.JMSTopic.Thread.1> Reply Message body is: - class=SQL_BATCHRETURN, values=[CLOSURE=[], ERROR_DESC=[], RETURNVALUES=[class=sequence [SQL_RETURNVALUE], contained-items=[class=SQL_RETURNVALUE, values=[CLOSURE=[], OUTBINDS=[], RESULTSETS=[]]]], SQL=[insert into operation_order values(2,'teal table' ,1.99)], STATUS=[Success]]
-
Click the stop button
to stop the RPC standard operation.
Copyright © Cloud Software Group, Inc. All Rights Reserved.