The filename or pathname of the remote procedure that an application server client invoked for the request executing in the current application server session.
Data type: CHARACTER
Access: PUBLIC Read-only
Applies to: Progress.Lang.OERequestInfo class
The value returned by this property depends on how the remote procedure is invoked on the client. If the client calls the procedure using an absolute or relative path, the same absolute or relative pathname is returned. If the client calls the procedure with no path, only the filename of the remote procedure is returned.
You can query this property in any procedure or class running in an application server session. This includes any application server configuration procedures that run as part of a remote procedure request, such as the Activate and Deactivate procedures that run for each request to an application server running in session-free operating mode.
An application server session can access this property using the CURRENT-REQUEST-INFO attribute on the SESSION system handle.