cancel
Showing results for 
Search instead for 
Did you mean: 

tablet Zip the file through the algorithm

Former Member
0 Kudos

My requirment is that I am to zip the file in xi and send to receiver using Soap Adapter. From Receiver again response will go to sender via XI. At the sender side again I want zipped file. Is it possible...

Do i need to unzip the file at receiver end to make a request.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

former_member194786
Active Contributor
0 Kudos

Hi Jaideep,

Ya its possible. You can use the PayloadZipBean for the same. You can both zip and unzip the file using this bean. Use this blog for the same:

And ya you will have to unzip the content of the file if you are to get back a response from the rceiver.

Regards,

Sanjeev.