Create an ESB process in Sonic Workbench
Print
- Last Updated: February 11, 2026
- 3 minute read
- OpenEdge
- Version 13.0
- Documentation
After you you develop your ABL procedure and create a native invocation file, create an ESB process in Sonic workbench.
To create an ESB process in Sonic Workbench:
-
Create a new Sonic Development Project, and then create a new ESB Process.The New ESB Process dialog box
opens.
-
Name your process and click Finish. An empty
process appears:
- To import the invocation file, select File > Import.
- In the Import dialog box, select File System from the General directory and click Next.
-
Browse to the directory where your native invocation file is located,
select your invocation file, and specify the location of your project in the Into folder field. Click Finish.
-
Add the Native Invocation File (GetCustName.esboe) to the
process by dragging the file from the Project
Explorer window onto the process.
-
If you want to examine the process details, then right-click the
service and select Open. The details appear, as
shown:
-
If you want to examine the process details, then right-click the
service and select Open. The details appear, as
shown:
-
To add a scenario:
- Click the Scenario tab.
- Click + to add scenario.
- In the Scenario Details section, change the File/Literal column to Literal .
- Provide a Test Value.
- Save your process, and click Yes when you are prompted to upload the process after saving.