Your example process is 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, right-click the container and select Launch.
  2. Open the openedge.properties file from the instance's working directory. In this example, it is in 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. Place a copy of the procedure file (GetCustName.p) in the instance's working directory (C:\OpenEdge\WRK122\oepas1\openedge).
  5. Go back 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 the customer name, demonstrating a successful execution of the ABL procedure by the Sonic ESB process.