REST API is installed in SAP ECC system and we would like to host the REST service with SAP system and this is Pass through interface.
Error: 1)We are not able to see the source payload in PO
2) HTTP Error occurred: Internal server error(500),
MP: exception caught with cause com.sap.aii.adapter.rest.ejb.common.exception.HttpCallException: HTTP POST call to http://sap:2002blweb/rest/ac/document/checksap-client=100 not successful. Internal Server Error.
Would any one help us in providing the solution.Thanks in Advance.
I am getting the below error when trying to post the data in SAP from Postman.
Error:
<HTML> <HEAD> <TITLE>500 SAP Internal Server Error</TITLE> </HEAD> <BODY> <H1>500 SAP Internal Server Error</H1> ERROR: Internal server error ... unable to determine HTTP calling object (termination: ABORT_MESSAGE_STATE) <P> </BODY> </HTML>
One more question why we are not able to see the JSON payload in PO which has been processed from source(REST)? As this is pass through scenario and as there is no mapping, we need to see the payload in PO which is missing.
Add comment