Try to print or retrieve a backed out element with the web service using Postman or the Eclipse UI ( Sample URL: https://example.net:8181/EndevorService/rest/ENDEVOR/env/xxxxxxxx/stgnum/2/sys/xxxxxxxx/subsys/xxxxxxxx/type/xxxx/ele/xx)
get the following return:
"returnCode": "0004",
"reasonCode": "0000",
"reports": {
"APIMSGS": "https://example.net:8181/endevor/reports/1601041830-236521746-APIMSGS",
"C1MSGS1": "https://example.net:8181/endevor/reports/1601041830-236521746-C1MSGS1"
},
"data": null,
"messages": [
"EWS1117I Request processed by SysID xxxx, STC xxxxxxx - STCxxxxx",
"14:50:30 API0000W WARNING(S) DETECTED, PROCESSING COMPLETE",
"14:50:30 C1G0258W WARNING: THE PROCESSOR OUTPUTS HAVE BEEN BACKED OUT FOR ELEMENT BY PACKAGE xxxxxxxx"
]
}
However, the element source is not retrieved or printed.