cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Attachments with ZIP or Mail Adapter (Outbound)

Former Member
0 Kudos

Hi,

is it possible to process one message with several attachments?

I am thinking of a use in the Mail Adapter if you get several attachments or if you have one ZIP File with several documents. I would process the ZIP File in a Module and add each document as attachment.

But how can I process then the different attachments? PayloadSwapBean is only for one file, right?

Is it possible to produce during one Module Processing different messages?

Thanks

Philipp

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>>is it possible to process one message with several attachments?

of course it is

>>>>But how can I process then the different attachments?

you can add them in the adapter module for example

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi,

so if I understand you each Attachment in the principledata will be processed automatically? Is the behaviour like each attachment is one Message in the Mapping?

So, everything you have to do with Mail Attachment is to change it from SupplementData to the PrincipleData as Attachment? The PayloadSwapBean does the same, right?

Thanks

Philipp

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>so if I understand you each Attachment in the principledata will be processed automatically?

in mail adapter sure you may have some issues with

names but they can be resolved via adapter module

>>>>The PayloadSwapBean does the same, right?

don't know if this will work with several attachments

I'd do it in the adapter module if not possible

Regards,

Michal