cancel
Showing results for 
Search instead for 
Did you mean: 

Module required in the communication channel

Former Member
0 Kudos

Dear all,

I have two requirements

1)I have a huge pdf files(total 15) each of size 10mb these files need to be zipped in the sender CC ,set to XI and un zipped at the receiver ie I need 15omb pdf files at the receiver.The idea is to reduce burden on XI.

2)A huge Xml(400mb) file is split in to multiples of 10 these files must be zipped individually in xi and send the unzipped file to the receiver.

Thanks.

Srinivasa

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

you are doing the simple file to file scenarios

just you are sending the huge data that is you want to zip the file

you can do this there is option in the channnel

if you are creating the sender channel there is option that is "payloadzipbean" select these option and

in the receiver side choose the unzip option

and sending the the source file

and check in to the runtimeworkbench

I hope its helpful for you

Thanks

Regards

vijay

prateek
Active Contributor
0 Kudos

Two options:

1. Use OS command for file adapter

2. Use the adapter module PayloadZipBean

Regards,

Prateek

Former Member
0 Kudos

Hi,

Use .....payloadzipbean Module

Regards