cancel
Showing results for 
Search instead for 
Did you mean: 

REST Receiver Adapter throws error with JSON format

hemant_chahal
Contributor
0 Kudos

Hi All,

I have configured a REST receiver channel in the ICO for Proxy (SOAP-XI) to REST (JSON) scenario.

The channel is configured to use REST Operation (Manual value) : POST

Interface is Asynchronous and no response is expected.

The channel works fine for the first message after channel activation and then for the next messages it throws error as below:

com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rest.ejb.common.exception.ChannelHasNoInterfaceException: Cannot process message because channel "CC_REST_Receiver" is not bound to an interface

When I use Data format XML it works fine but for JSON its behaving inconsistent. Any ideas?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check note SAP: 2368761 it is bug in the REST adapter. Maybe you need to apply some patchs.

Regards.

Pedro.

Answers (1)

Answers (1)

hemant_chahal
Contributor
0 Kudos

Thanks. Upgrading to latest SP resolved the issue.