cancel
Showing results for 
Search instead for 
Did you mean: 

XPATH Error in Receiver Determenination: regarding the Condition Rule

stephan_kohler3
Explorer
0 Kudos

Dear ladies and gentlemen,

hopefully you can help me. Before I describe the error, I'll apologize me for a question, which was/is already considered.

I have an payload looks like:( it is a xml file)

<?xml version="1.0" encoding="UTF-8"?> <Document xmlns="Namespace_1" xmlns:xsi="Namespace_2"> <CstmrCdtTrfInitn> <GrpHdr> <MsgId>Wert1</MsgId> </GrpHdr> </CstmrCdtTrfInitn> </Document>

I create a condition like:
Header: p1 = urn:iso:std:iso:20022:tech:xsd:pain.001.001.03

Rule p1:/Document/CstmrCdtTrfInitn/GrpHdr/MsgId = Wert1

(see as well the attached Hardcopies)
But unfortunately if I check the rule, I get always follow error back:
Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all

Thanks for your helpcondition-editor.jpgexpression-editor.jpg

Accepted Solutions (0)

Answers (1)

Answers (1)

stephan_kohler3
Explorer
0 Kudos

Did a typing error:

Header will be Namespace_2 and not urn:iso:std:iso:20022:tech:xsd:pain.001.001.03

Therefore the p1=Namespace_2.

Sorry

Kr Stephan