Skip to Content
0
Feb 18, 2011 at 06:51 AM

receiving PDF via mail and send via RFC into ERP

53 Views

Hi,

i have a scenario where i'm picking up an email with an attachmanert. With Payloadswapbeans i'm picking up the attachmant and make the attachment the payload. The original content is not important.

This works well, the email is picked up, the module states SUCCESS swapping the payload, but then i'm getting a mapping exception. I ssume that there is a problem with the binary content of the PDF.

I tried every combination in the mailadapter use package mail/base64 encoding but there no change in the error.

What can i do to get the binary content base64 encoded and map this to the importing parameter of the remote function?