Try OpenEdge Now
skip to main content
Messaging and ESB
Sample Native Invocation ESB process
 

Sample Native Invocation ESB process

This appendix demonstrates the creation and testing of a simple ESB process using the Native Invocation methodology. In this example, the ABL procedure GetCustName.p is called from an ESB process, providing a customer number as input, and returning the customer name retrieved from a sports2000 database.
This example relies on the default settings. Consult your Sonic documentation for details on creating more complex ESB processes that do not rely on defaults.
* Develop ABL source
* Configure OpenEdge servers
* Annotate source with OpenEdge Architect
* Build Native Invocation and r-code files
* Create ESB process in Sonic Workbench
* Test ESB process