Skip to Content
0
Jan 23, 2023 at 09:53 AM

Xpath for receiver determination for multiple receivers

115 Views Last edit Jan 23, 2023 at 09:55 AM 2 rev

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:

image.png

Error :

image.png

Thanks,

Ravi

Attachments

image.png (20.1 kB)
image.png (7.3 kB)