Hi Team,
Please help on the correct x-path to find the correct receiver in runtime.
ICO config not able to determine multiple receivers based on the xml tag -Action as 'POST' & 'DELETE'.
If the Action = 'POST' then go to receiver A,
If the Action = 'DELETE' then go to receiver B.
a)
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_PROCUREMENT
xmlns:ns0="http://test">
<itemKey>
<tradingId>43</tradingId>
<Type>UPC</Type>
<Action>POST</Action>
</itemKey>
</ns0:MT_PROCUREMENT>
b)
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_PROCUREMENT
xmlns:ns0="http://test">
<itemKey>
<tradingId>45</tradingId>
<Type>UPC</Type>
<Action>DELETE</Action>
</itemKey>
</ns0:MT_PROCUREMENT>
Config:

Error :

Thanks,
Ravi