how to handle the error about HTTP status code 444
Hello everyone.
We would like to use the orchestration to be able to interface the business data between another system hosted on SAP commerce cloud. Recently, we had verified if the orchestration works correctly. We confirmed that it worked almost correctly, but sometimes, the orchestration ended with error indicating the status code 444.
In our environment, before calling the orchestration, SAP gets the access token from the Oracle Access Manager (OAM) by sending the request to the endpoint bellow.
https://{OAM_FQDN}/oauth2/rest/token
After this, SAP calls some orchestrations on JDE AIS server. Most of calling finish with success (status code 200). But sometimes, it fails with error and SAP receives the status code 444. I asked the SAP vender that how does the 444 error occur, and thay said that JDE must reject the access token incorrectly. But our verification, JDE seemed to handle the access token correctly. Additionally, SAP should receive the status code 401 when access token is invalidated.