Get information about a service (SOAP/REST)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Description
Get details about a named SOAP or REST service in a web application deployed in an ABL application.
HTTP Operation
GET
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
Note: Substitute soap for rest, as well as a soap service descriptor, in the URI below
if you want to get information about a service for the soap transport.
|