cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Registration Error - sync bpm

Former Member
0 Kudos

Hi,

I get the following error: No implementing class registered for the interface. Which means there's no proxy configured for the inbound object.

I firts designed this interface without a bpm which worked fine. Proxy returned a response. I need to convert this into a bpm to add another interface and combine the response so first I'm trying to get this working. It's very simple, from my soap object to a abap proxy and back to the soap object.

My bpm has 3 steps, async receive > sync sender > async sender. Only place the inbound (proxy) object is defined is in the operation mapping.

What could be the reason why my bpm doesn't return a response?

Thanks,

Jan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please check the SM59 transaction on the proxy system, find the RFC for the integration server. Check if the host is correct, the Path Prefix is "/sap/xi/engine?type=entry" and the logon data is correct.