cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

We have requirement to transform the input & output payload as shown below screen shot where it should parse payload and " < " should be replaced with < & " #62 "should be replaced with " > " .

If you observe the whole xml payload contains ServiceOrder string with set of characters should be replaced with < infront & > after that string.

Please suggest Java or XSLT mapping suits this requirement.

Thanks.

Ramu.

0 Likes
View Entire Topic
former_member190293
Active Contributor
0 Likes

Hi Ramu!

I would read payload into string using java mapping and simply call replaceAll() method.

Regards, Evgeniy.

ramu_g4
Participant
0 Likes

Hi Evgeniy,

Thank you for your response.

Can you help with Java mapping code to read the payload & use replaeAll() method to achieve this requirement so that I can export the java code as jar file & import it.

Thanks,

Ramu.