List deployed services (SOAP/REST)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Description
Get a list all the deployed SOAP or REST services in a web application deployed in an ABL application.
HTTP Operation
GET
URI
host_name:port/oemanager/applications/App_name/webapps/Web_app_name/transports/{soap|rest}/oeservices
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
Note: Substitute rest for
soap in the URI below if you want to list
the services for the rest transport.
|