Get WebHandlers from openedge.properties
- Last Updated: February 28, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Description
Get a list of all the WebHandlers for a given OEABL WebApp defined in
the openedge.properties file.
HTTP Operation
GET
URI
hostname:port/oemanager/applications/ABL_app_name/webapps/Web_app_name/transports/web/handlers
Content-Type
application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Request body
NA
Response body example
{
"operation": "GET WEB TRANSPORT HANDLERS",
"outcome": "SUCCESS",
"result": {
"handlers": []
},
"errmsg": "",
"versionStr": "v12.7.0 ( 2023-04-20 )",
"versionNo": 1
}
Note: Runtime properties come from the instance-name/webapps/webappname/WEB-INF/adapters/soap/runtime.props file.
OpenEdge properties come from the instance-name/conf/openedge.properties file.