Hi Srinivas,
If your full payload is coming back as an encoded string, I would suggest to use a Java mapping and perform the decoding in it. Output of Java Mapping will be a well formed XML, so you can either:
- Use another message mapping to perform conversion to target format.
- Or parse the XML in Java mapping itself to convert it to target format.
Blog that you have mentioned uses a bean to perform decoding.
Regards,
Sanjeev