cancel
Showing results for 
Search instead for 
Did you mean: 

abap proxy 2 soap with binary files

Former Member
0 Kudos

hi,

i will send some input data with attachment by abap proxy as sender r/3 side to XI in according to michal blog, and i need to pass serveral attachments(application/msword) on payload to element of base64binary type under array on Target Message Type coming from WSDL.

how can i pass serveral attachment into specific field of base64binary type in arrary for target wsdl for receiver soap?

my scenario is abap proxy 2 soap with several attachment.

in case abap proxy 2 java proxy, i took attachmenet files in ejb, but my question is going to map it to element base64binary in array comming from target wsdl in mapping.

any comments will highly be appreciated for me

thanks

venjamin

Message was edited by: venjamin

Accepted Solutions (1)

Accepted Solutions (1)

turmoll
Active Contributor
0 Kudos

Hi,

What I can think of is to encode the file into base64 string in R/3 and pass it to the XI.

The problem can be the various number of files, if appliciable and that the 64base encoded file size is increased by factor equals 4/3.

Regards,

Jakub

Answers (0)