cancel
Showing results for 
Search instead for 
Did you mean: 

REST Receiver Adaptor

former_member190536
Participant
0 Kudos

Hello,

Can anybody let me know how to configure REST Receiver adapter?

I tried with POST method I am geting the following error.


ransmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rest.ejb.common.exception.HttpCallException: HTTP POST call to http://ws.dev.aramex.net/InvoicingApi/api/invoiceAck/acknowledge not successful. Internal Server Error


I can post this 3rd party REST web service from SOAPUI but not from PO, can anybody let me know what are the configuration to be done in REST Adapter?

former_member637026
Participant
0 Kudos

Hi Khaja,

We are getting the same error in SAP PO 7.5 (REST 7.5 adapter- Receiver channel). Could you please let me know how you solved this issue.

Error:

com.sap.aii.adapter.rest.ejb.common.exception.HttpCallException: HTTP POST call to https://******* not successful. Internal Server Error

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Khaja,

I'm facing the same issue. Kindly let us know the resolution of the error.

Proxy to REST asynchronous post scenario. We are sending the SaleAcknowledgement to the Portal.

telnet is working fine. ping is happening in the communication channel. failed payload able to post into the portal using the POSTMAN tool.

Error: Transmitting the message to endpoint<local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.messageexception:com.sap.aii.adapter.rest.ejb.common.exception.HttpCallException:http post call to xxxxxxxxxxxxxxxxxxxxx not successful. Internal server error.

capture4321.jpg

Please guide me on this error

former_member186851
Active Contributor
0 Kudos

Hello Khaja,

check the below link and configure accordingly

maheswarareddykonda
Active Contributor
0 Kudos

Hi,

check this http://scn.sap.com/thread/3794336

try to add message transfermation bean and add parameter for content type-application/json