cancel
Showing results for 
Search instead for 
Did you mean: 

File to Proxy with attachments?

Former Member
0 Kudos

Dear Experts,

developing one scenario, file to proxy.

need to pick PDF image file and send to proxy. used mapping to check file name. dynamic configuration only.

any other additional setting need to be done in proxy adapter or in file adapter to send pdf as attachment to proxy side.

kindly guide me.

regards,

chinna

Accepted Solutions (0)

Answers (2)

Answers (2)

gagandeep_batra
Active Contributor
0 Kudos

Hi Chinna,

for reading the attachment  check the below thread.

http://scn.sap.com/thread/3415402

Regards

Gagan

Former Member
0 Kudos

Hi,

thanks for the details, above thread scenario is Proxy to file.

do i need to mention Payloadswap Bean in file adater??

Former Member
0 Kudos

Hi Chinna,

Check the below link.

https://scn.sap.com/thread/1281393

Thanks,

Satish.

Former Member
0 Kudos

Hi Satish,

thanks for the reply, as i want to read the file name in mapping and pass the .pdf doc to proxy.

any parameters need to declare in file adapter.

gagandeep_batra
Active Contributor
0 Kudos

I don't think you just need to use this

you just need to read dummy xml file with attachment using Additional file option and using that UDF you can read attachment name and forward it to proxy.

Regards

gAgan

iaki_vila
Active Contributor
0 Kudos

Hi,

For the proxy inbound you can follow  Aashish Sinha's blog http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/12/26/handle-soap-with-attachment-in-sa..., also he shares the abap endopoint treatment.

On the other hand you need the sender file as attachement, you could try with the adapter module PayloadSwapBean http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm , i dont try it and i cant assure you that it will work.

Also you can check Mark Dihiansan's answer in this thread http://scn.sap.com/thread/3221260

Regards.