PROXY attribute

Indicates whether a procedure handle is a proxy procedure handle.

Data type: LOGICAL

Access: Read-only

Applies to: Procedure object handle

If PROXY is TRUE, the procedure handle is a proxy handle for a remote procedure run with either the PERSISTENT, SINGLE-RUN, or SINGLETON option of the RUN statement in the context of an AppServer.

For more information on the AppServer, see OpenEdge Application Server: Developing AppServer Applications. For more information about the PERSISTENT, SINGLE-RUN, and SINGLETON options, see the RUN statement.

PROXY is always FALSE on the THIS-PROCEDURE handle by definition.

Returns TRUE for a Web service procedure.