cancel
Showing results for 
Search instead for 
Did you mean: 

JMS sender Adapter error!!

Former Member
0 Kudos

Hi Experts,

Any idea on below error.

Reg,

Avi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Avinash,

You should be using AAE config for this scenario, receiver determination condition is not able to fetch the XPath values from the received xml due to ns0.

You can either use a java mapping to remove it (In Operation mapping before message mapping) or use the anonymizer module as suggested by Roberto.

Regards,

Pranav

rcsegovia
Active Participant
0 Kudos
Former Member
0 Kudos

Avi,

This means that your XML uses a prefix that is not bound.

Your xml should contain something like xmlns:ns0="xxxxxx" but in your case it does not. This is something that should be fixed in the sending application.

Regards,

Koen