cancel
Showing results for 
Search instead for 
Did you mean: 

XML with attached pdf?

Former Member
0 Kudos

Hi.

We have a situation where a system sends a XML message to the XI/PI server.

The system wants to attach a pdf file to the message.

How would I solve this in the best way?

BR

Kalle

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What is your full scenario?

Former Member
0 Kudos

MQ from source system.

Archiving of the pdf and mapping to IDoc with link to the archived PDF.

IDoc to target system.

//Kalle

Former Member
0 Kudos

I have almost same scenario where MQ sends some data along with pdf file. So to handel that I have created one field of type "xsd:base64Binary" in my data type which carries this PDF file and then my data goes to inbound proxy where this PDF is decrypted by using some FM/BAPIs.

So in case of IDOC, I believe you may have to modify the FM which posts the IDOC into R3 in order to store this PDF.