cancel
Showing results for 
Search instead for 
Did you mean: 

Send PDF attachment from HTTPS to RFC

Former Member
0 Kudos

Hi,

I have a requirement to send an invoice document and an invoice attachment in PDF format from HTTPS. The Invoice will be sent as IDOC and the attachment will be sent in BINARY format via RFC.

Im thinking of using an adapter module to send the attachment, but I'm not familiar with the steps. I'm thinking of using Java mapping, but I'm encountering an error.

Can anyone please advise on what the best option to do with my requirement? Kindly provide steps on how to do it as well.

Thanks,

Lalyn

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can send any attachment with SOAP message. (take a look:

http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm )

You can also make use of available modules like PayloadSwapBean etc to swap the payload with attachment and MessageTransformBean to transform message headers/content types.

Former Member
0 Kudos

Hi,

Thanks for providing your feedback. But can you please provide some step by step information as I am just new to XI.

Where can I get the Beans and how I can upload them to XI?

Thanks,

Lalyn