cancel
Showing results for 
Search instead for 
Did you mean: 

how to encrypt 90MB file

Former Member
0 Kudos

Hi All,

My requirement is to encrypt a 90MB file which is not possible.

I did onsender side Zip then encryption

On reciever side Unzip and dercyption)

decryption is just to check whether encryption is working or not.

Iam getting output but some junk.

Can anyone suggest me how to solve my problem(encrypting 90MB file)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hema !

Did you try to avoid using repository? I mean, you could just define the scenario in configuration with NO repository objects (of course you will not have any mapping), but it works great for just transporting file across XI. Just create the scenario and in interface namespace and interface name fields, type a non existant name such as "myInterface" or "myNameSpace". I think this will avoid the XI manipulation of the payload. We used this for XLS files, JPG files, and also ZIP files.

Check this blog:

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Regards,

Matias.

Message was edited by:

Matias Denker