Refresh WebHandler Mapping Details
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Description
Reloads the WebHandler mappling list for the ABL application.
HTTP Operation
PUT
URI
hostname:port/oemanager/applications/ABL_app_name/webapps/Web_app_name/transports/web/handlers/refresh
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": "UPDATE WEB TRANSPORT HANDLERS",
"outcome": "SUCCESS",
"result": {
"handlers": [
{
"service": "",
"class": "OpenEdge.Web.CompatibilityHandler",
"url": "/",
"enabled": true,
"type": "DEFAULT"
}
]
},
"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.