Top Method Summary
Options Name Purpose
INTEGER HandleDelete (IWebRequest) Default handler for the HTTP DELETE method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.
INTEGER HandleGet (IWebRequest) Default handler for the HTTP GET method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.
INTEGER HandlePost (IWebRequest) Default handler for the HTTP POST method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.
INTEGER HandlePut (IWebRequest) Default handler for the HTTP PUT method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.
ValidatePropertyAccess (character) Validates if a context property can be modified by web clients


Method Detail
Top

INTEGER HandleDelete (IWebRequest)

Purpose: Default handler for the HTTP DELETE method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client
Top

INTEGER HandleGet (IWebRequest)

Purpose: Default handler for the HTTP GET method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client
Top

INTEGER HandlePost (IWebRequest)

Purpose: Default handler for the HTTP POST method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client
Top

INTEGER HandlePut (IWebRequest)

Purpose: Default handler for the HTTP PUT method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client
Top

ValidatePropertyAccess (character)

Purpose: Validates if a context property can be modified by web clients
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the property to validate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:11