Try OpenEdge Now
skip to main content
Developing AppServer Applications
Programming ABL Client Applications : Running and managing remote procedures : Remote procedure code examples
 

Remote procedure code examples

This section presents AppServer-related code examples. The first example presents the code for a non-persistent procedure. The remaining two examples show two different ways to write code for the same remote persistent procedure.
* Example 1: Remote non-persistent procedure example
* Example 2: Remote persistent procedure example
* Example 3: Remote persistent procedure example using the FUNCTION statement
* Example 4: Remote non-persistent procedure with a class-based object as a parameter