cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver file adapter with attachments.

Former Member
0 Kudos

Hi

I would like to pass a file receiver an attachment from a proxy. I have seen bits and pieces with attachments. I have read that its similar to the mail adapter.

In the module

localejbs/AF_Modules/PayloadSwapBean

module configuration:

Parameter Name: swap.keyName

Parameter Value: payload-name

Has anyone succeeded and would you explain the details?

Thanks in advance

Ian

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

For the parameter payload-name you have to check the name in SXMB_MONI.

As the name is set in the proxy, you have to make sure, that the name is always the same. Check note 794943 for different options.

With the receiver file adapter you can only store only one file - the main payload or the attachment, but not both.

Stefan

Former Member
0 Kudos

Thanks Stefan

I will check it out.

Regards

Ian

Answers (2)

Answers (2)

Former Member
0 Kudos

you cant pass attachment for file receiver. this possible for mail adapter

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

As far as I know, receiver file adapters do not supprt attachments.

You can use the payloadSwapBean to swap the attachment and the actual proxy payload and then send it to the file adapter.

Don't think it will be possible to send both the attachment and the payload to the receiver file adapter though.

Regards

Bhavesh