cancel
Showing results for 
Search instead for 
Did you mean: 

REST Adapter -> RoutingException: InterfaceDetermination did not yield any actual interface

Former Member
0 Kudos

I am having a problem with a REST adapter. It is setup with the following configuration:

I have triple checked to make sure the XSD generated matches the data being sent including the SIOS name wrapper, but I keep getting the following error:

Error in message processing
[EXCEPTION]
com.sap.aii.adapter.rest.ejb.sender.ModuleProcessorException: Error while sending message to module processor: Sender Channel 'CC_REST_SND_Hybris' (ID: 5f29f02388a63e7c80a3fd6ad4407fdd): Catching exception calling messaging system: InterfaceDetermination did not yield any actual interface
at com.sap.aii.adapter.rest.ejb.sender.RESTSenderChannel.service(RESTSenderChannel.java:349)
at com.sap.aii.adapter.rest.ejb.RESTAdapter.service(RESTAdapter.java:137)
at com.sap.aii.adapter.rest.web.RESTServlet.service(RESTServlet.java:56)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

...

The log for this message shows the following:

I really need help understanding why the REST Adapter cannot find the Interface determination. I have compared the resulting XML conversion to the XSD Schema and they match. The OM map (via test) works with the XML as it was converted.

I have deleted and recreated the Integrated configuration objects. Made updates to force a cache refresh. Everything I can think of but nothing seems to allow this to work.

Accepted Solutions (0)

Answers (1)

Answers (1)

sunil_singh13
Active Contributor
0 Kudos

Can you check if Interface Name, Namespace and SWC of message from Rest Adapter is exactly matching with what you have configured?

Thanks,

Sunil

Former Member
0 Kudos

I have checked, re-created, etc... I cannot find a real difference to cause the problem. I actually did get it to work for a few days then we did further testing and now it doesn't work again.