Top Method Summary
Options Name Purpose
INTEGER HandlePost (IWebRequest) Handler for the HTTP POST method
CHARACTER OperationFromRequest (IWebRequest) Returns the operation name (fetch, update) from the request path

Top Property Summary
Options Name Purpose
CHARACTER FetchOperation
CHARACTER UpdateOperation


Method Detail
Top

INTEGER HandlePost (IWebRequest)

Purpose: Handler for the HTTP POST method
Notes: Routes the request to the operation (fetch, update) based on
the last segment of the request path

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

CHARACTER OperationFromRequest (IWebRequest)

Purpose: Returns the operation name (fetch, update) from the request
path
Notes: The operation is the last segment of the request path info,
e.g. /service/swat/api/openedge/business-entity/fetch

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns CHARACTER
The operation name from the request path


Property Detail
Top

CHARACTER FetchOperation


Returns CHARACTER
Top

CHARACTER UpdateOperation


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       24.08.2026 05:57:51