Enable or disable a service (SOAP)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Description
Enable or disable a SOAP service in a web application deployed in an ABL application.
HTTP Operation
PUT
URI
host_name:port/oemanager/applications/ABL_app_name/webapps/Web_app_name/transports/soap/oeservices/SoapServiceName/state
Content-Type
application/vnd.progress+json
Request body
{ "STATE" : "{ENABLED | DISABLED}" }
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Response body example
|
Note: The service runtime property “serviceAvailable” is located in
service_name.props file. For
example,
instance-name\webapps\ROOT\WEB-INF\adapters\soap\PFT\PFT.props.