Hi Eng,
Thanks for the reply.
As i mentioned, i am getting all source payload in one field. from that field using java mapping, i extracted the payload.
So in receiver determination i will not be able to select <onemorefield> because below is the structure from source
<one>1value</one>
<two>2value</two>
<three>3value</three>
<sourcefieldvalue><onemorefield>efgh</onemorefield><xpathreciever>one</xpathreciever><multiplefieldslikethis>two</multiplefieldslikethis></sourcefieldvalue>
In operation mapping, i am using one message mapping, after that java mapping to extract this payload, after that another message mapping to map to target structure.
So my requirement is to search for strings >abcd<, >efgh< in <sourcefieldvalue> and route to respective receiver based on the value.