cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO 7.5: namespace prefix causing routing to fail in Receiver Determination

peter_wallner2
Active Contributor
0 Kudos

Dear experts,

I have a REST to IDoc interface. I am getting the same XML structure for three different company codes in our system. However, the Sender namespace prefix is different. Now when the messages come in through the Rest Sender Adapter one of the messages keeps failing with this error: InterfaceDetermination did not yield any actual interface

The XMLs with CompanyCode = *13 are the ones getting stuck. Like I said their namespace prefix is "ns1" and the others have "p1":

The editor looks like this, I added the "ns1" to the prefix list.

But I am missing something, I am sure this can work! Any hints are appreciated. Thank you.

View Entire Topic
krist0v
Explorer
0 Kudos

Peter

I might be wrong, but if PO raises "interface det. error" it means receiver determination worked but now it does not found any valid interface configured for this receiver. Maybe you're also using xpath for interfaces ?

Xtof

peter_wallner2
Active Contributor

Christophe, my bad - you are right - there was the same issue on the "interface determination". Issue solved.