Get configuration properties of a service (SOAP)
Description
Get configuration properties of a named SOAP 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/oeservices/SoapServiceName/properties
Media type
application/vnd.progress+json
Response body
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example
curl -X GET -v
http://localhost:16680/oemanager/applications/pas1/webapps/ROOT/transports/soap/oeservices/SimpleTest/properties
Request body example
{"result":
{"idleSessionTimeout":0,
"waitIfBusy":0,
"connectionLifetime":0,
"requestWaitTimeout":-1,
"staleO4GLObjectTimeout":0,
"clientASKActivityTimeout":60,
"initialSessions":1,
"clientASKResponseTimeout":60,
"minIdleConnections":0,
"maxSessions":0,
"minSessions":1,
"appServerKeepalive":"denyClientASK,allowServerASK",
"serviceFaultLevel":2
},
"outcome":"SUCCESS",
"versionNo":1,
"errmsg":"NA",
"versionStr":
"PASOE 11.5.0",
"operation":"GET SOAP TRANSPORT PROPERTIES"
}