cancel
Showing results for 
Search instead for 
Did you mean: 

Decompress and map compressed payload

Former Member
0 Kudos

Hello All,

Does anyone know how to uncompress and map a payload in a receiver which has been compressed before using the PayloadZipBean?

Regards,

Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Matthias,

If you have used a compress bean in the adapter as a module, then you need to write a class (java class) and use it in the INterface mapping to de-compress it. Only then will you be able to work on your payload. In the interface mapping, the sequence will be 1. The java class which de-compresses the payload and 2. your mapping program.

Award if helpful,

Sarath.