Try OpenEdge Now
skip to main content
Open Client Introduction and Programming
Generating Proxies and Web Service Definitions : Defining procedures in AppObjects and SubAppObjects
 

Defining procedures in AppObjects and SubAppObjects

Once you have defined the AppObjects and SubAppObjects in ProxyGen, you can tailor the procedure files present in these objects.
To specify ABL procedures for an AppObject or SubAppObject definition:
1. Set the Propath Components list box, to allow ProxyGen to locate the available r-code files. See SettingPROPATH components.
2. Add the r-code files for this object from the set of files that are available under the directories specified as Propath Components. Add each procedure according to if it is executed non-persistently or persistently.
3. Optionally, customize each procedure entry to configure the corresponding method (if non-persistent) or ProcObject (if persistent, single-run, or singleton). See Customizing method and ProcObject definitions (optional).
4. Optionally, only for ProcObjects, customize the method definitions for all specified internal procedures and user-defined functions. See Customizing method definitions in a ProcObject (optional).
The following sections provide information about:
*SettingPROPATH components
*Addingand deleting procedure files
*Changing the procedure execution mode (type)
*Customizingprocedure access
*Customizing method and ProcObject definitions (optional)
*Customizing method definitions in a ProcObject (optional)
*Changing the PROPATH setting for existing procedures
* Setting PROPATH components
* Adding and deleting procedure files
* Changing the procedure execution mode (type)
* Customizing procedure access
* Customizing method and ProcObject definitions (optional)
* Customizing method definitions in a ProcObject (optional)
* Changing the PROPATH setting for existing procedures