cancel
Showing results for 
Search instead for 
Did you mean: 

Xpath and operator EX

Former Member
0 Kudos

In our scenario we have one inbound interface and two possible outbound interfaces. The only way to decide which outbound interface should be selected is the existence of a node in the inbound message. In the condition editor of the interface determination there is only the operator EX available, meaning node exists. I can use this to select one of the outbound interfaces, but I would need a "NEX" operator to select the other outbound interface in case the node doesn't exist in the inbound message.

Does anyone have a solution to this problem?

Kind regards,

John.

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Check the last-but-one example from this wiki:

[http://wiki.sdn.sap.com/wiki/display/XI/XpathConditioninReceiverDetermination|http://wiki.sdn.sap.com/wiki/display/XI/XpathConditioninReceiverDetermination]

Regards,

Abhishek.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi John,

In the Expression editor while putting condition, use the brackets() and negate not operator.

I mean, the expression would be,

Eg: A/B/[not(node)] EX

-Supriya.