2025 Mar 18 3:51 PM - edited 2025 Mar 19 7:41 AM
Hello Experts,
I am trying to read a property in Content Filter expression of SAP CPI. Mentioned below is the nodelist Xpath expression. But I am getting error at this expression. Could you please assist to correct this nodelist expression.
/OnboardingCandidateInfo/OnboardingCandidateInfo[(fName/text() =function:simple('${property.fName}'))]
Error at Content Filter
java.lang.NullPointerException: Cannot invoke "net.sf.saxon.expr.oper.OperandArray.getNumberOfOperands()" because the return value of "net.sf.saxon.expr.FunctionCall.getOperanda()" is null
Regards,
Varun Vichare.
Request clarification before answering.
Hello,
This is the XPath expression to read property in Content Filter
/OnboardingCandidateInfo/OnboardingCandidateInfo[(contains($fName,fName))]
Here we access the property fName with a $ preceding it.
Regards,
Varun Vichare.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
92 | |
11 | |
9 | |
9 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.