cancel
Showing results for 
Search instead for 
Did you mean: 

ZIP files in Payload

Former Member
0 Kudos

Hi,

I receive email with ZIP Files as attachements. I have to save this attachements on my server. The mail sender adapter (Typ Mail) work good. Into the outgoing XI message Payload the data have been stored correctly.

The Problem is that my Receiver File Adapter write the content of the Payload on the server but the ZIP file is empty.

Could somebody give me informations about the file adapter Configuration to solve my Problem. I already use the PayloadSwapBean Module configuration.

I need for this configuration more information.

Thank you

MAt

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

1.

2.

3.

4.

I am not sure if you went through these threads.If not they might help you.

Former Member
0 Kudos

Hi,

thank's but they don't solve my Problem. My Problem is I cannot select the right Payload to store (as ZIP files) on server.

By

Mat

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

You can only save one attachment of a mail.

Make sure that you have selected the correct attachment by the PayloadSwapBean.

Neither the file adapter nor the mail adapter should do any text code conversion.

in the file adapter you should set the file type to binary.

Is your zip file empty or unreadable (size > 0 bytes)?

Regards

Stefan