cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading soap message attachement

Former Member
0 Kudos

Hi experts,

In my scenario, ABAP Proxy is sending an attachement. I could see that attachement in MONI, now i need to download that attachement to an ftp server. Can someone help me what are the various parameters i need to configure in FILE receiver communication channel?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

File receiver adapter does not support attachments.

However you may try adapter module for this.

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

As Beena correctly said, file receiver does not support attachment. So there is no direct way to achive this. You may use java proxy at receiver to handle attachments.

Regards,

Prateek

sunil_singh13
Active Contributor
0 Kudos

Hi Kiran,

You want to use File adapter it means that First your Proxy will dump the file at some location (on the server/FTP) and then from there you will pick that file.

It can be achived without any Design. You only need to Do the configuration part give any dummy interface and namespace and configure the file adapter properly like give Source address and destination address.

thanks

Sunil Singh