cancel
Showing results for 
Search instead for 
Did you mean: 

Handling attachments and base64 Encoding- proxy to soap

Former Member
0 Kudos

HI All,

We have a requirement where attachments(pdf,doc,jpg etc) needs to be read from SAP system and encoded to base64 format and send to the external web service(Proxy to SOAP) in 7.1 version.

Please help me how to achieve this.

Thanks & Regards,

Suresh.

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi sureh,

Encode base64 from abap: http://scn.sap.com/thread/124427

Encode base64 from PI: http://scn.sap.com/thread/3253305

Abap proxy with attachmetn in Michal's blog

Check this thread for PROXY to SOAP with attachments  http://scn.sap.com/thread/3382358

Regards.