Remove a service (SOAP/REST)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Remove a specified SOAP or REST service from a web application deployed in an ABL application.
HTTP Operation
DELETE
URI
host_name:port/oemanager/applications/ABL_app_name/webapps/Web_app_name/transports/{soap|rest}/oeservices{SoapServiceName|RestSeviceName}
Content-Type
application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Request body
NA
Command-line example (SOAP)
|
Response body example (SOAP)
|
Command-line example (REST)
|
Response body example (REST)
|
ABL HTTP client example (SOAP or REST)
Note: Substitute rest for soap in the URI below if you want to get metrics for the
rest transport.
|