Your example process creation is now complete and ready to be tested.

To test your ESB process:

  1. In Sonic Workbench, switch to the Container tab. Select the dev_OpenEdgeTest container, and right-click on it. The select Launch.
  2. Now, open the openedge.properties file from the instance work directory. In this example it is inside C:\OpenEdge\WRK122\oepas1\conf.
  3. In the properties file, update the agentStartupParam details as agentStartupParam -db database name -H localhost –S port number.
  4. Then place a copy of the procedure file (GetCustName.p) in the instance work directory (C:\OpenEdge\WRK122\oepas1\openedge).
  5. Now return to Sonic Workbench.
  6. Run the scenario by clicking the Run button in the scenario details section. The results of running the scenario appear in the Output window:

In this scenario, a value of 1" was sent to the ABL procedure GetCustName, and it returned customer name, demonstrating a successful execution of the ABL procedure by the Sonic ESB process.