cancel
Showing results for 
Search instead for 
Did you mean: 

ReceiverDetermination, Condition Editor

Former Member
0 Kudos

Hello,

In Receiver Determination I have one mandatory receiver and the second one which should receive messages only if the particular attribute DOESN'T exists.

I was trying to use the count(/some/@attribute)=0 but it is not working (in trace I see, that if it can't find the attribute it immeadeatly gives false to the rule without calling the count function).

So is it possible to do this with standart Receiver Determination?

Best Regards,

Artsiom Anichenka

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello All,

we have solved this problem using this condition:

some\[not(@attribute)\] EX

hope this will help to somebody

Best Regards,

Artsiom Anichenka

Former Member
0 Kudos

Hi Astsiom,

If your xPath expression is not working then you can use enhanced receiver determination. Please refer to wiki.->XI->Step by step guides->Enhanced Receiver determination.

Ranjeet Singh.