.esboe files
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The Native Invocation methodology of the OpenEdge Adapter for Sonic ESB, depends on an invocation file for the easy integration of services in Sonic ESB business process via itineraries. For ABL procedures and functions, this invocation file is the .esboe file. A .esboe file supplies the information necessary for Sonic to make a call to an OpenEdge Application Server to execute a single ABL procedure. Once created, the .esboe file can be dropped onto the canvas of the Sonic ESB Process Editor in Sonic Workbench to create a new step in an ESB process. For more information on generating an ESB process, see your Sonic documentation.
Creation of the invocation file depends on the developer’s choice of a declarative or non-declarative approach to development. The following table details the options.
| Source code development approach (declarative/ non-declarative) | Source code development tool | .esboe file generation |
|---|---|---|
| Declarative (annotated code) | Progress Developer Studio for OpenEdge |
|
| Text editor, or other source code generator other than Progress Developer Studio for OpenEdge | Run the ProxyGen utility using compiled
source code. |
|
| Non-declarative (code not annotated) | Any |
Run |