Enable or disable a transport (SOAP/REST)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Description
Enable or disable the REST or SOAP transport of a web application belonging to an ABL application.
HTTP Operation
PUT
URI
host_name:port/oemanager/applications/ABL_app_name/webapps/Web_app_name/transports/{soap|rest}/state
Content-Type
application/vnd.progress+json
Request body
|
Response codes
200 Success
500 Unexpected Server Error
Command-line example (SOAP)
|
Response body example (SOAP)
|
Command-line example (REST)
|
Response body example (REST)
Check oemanager/applications/oepas1/webapps/ROOT/transports/rest/properties to ensure adapterEnabled is set to 0 or 1, depending on whether the state was disabled or enabled.
ABL HTTP client example (SOAP or REST)
Note: Substitute rest for
soap in the URI below if you want to
update state for the rest transport.
|