cancel
Showing results for 
Search instead for 
Did you mean: 

Problem With RNIF attachment

Former Member
0 Kudos

Hi ,

My scenario is ECC to ADP(RNIF ) Enabled system.

From ECC i have written client Proxy which is sending the Invoice data with Attachment to PI.

In PI SXMB_MONI i am able to see the PDF attachment in Main payload.

But how i need to map this attachment to receiver structure( PIDX messgae which i downloaded ) ,I need to do any thing in RNIF receiver adapter for attachment or i need to do any mapping.

Please advice i am confused.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. just one thing - you're using RNIF 2.0 and not 1.1 right ?

as 1.1 does not support attachments 

>>>>But how i need to map this attachment to receiver structure( PIDX messgae which i downloaded )

>>>>,I need to do any thing in RNIF receiver adapter for attachment or i need to do any mapping.

a) yes you need to enable "Read Attachments" in the operation mapping to be able to map this to the receiver structure

b) you can also do the attachment -> reveicer mapping in the adapter module if you use SOAP - XI protocol for the proxy message

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Thanks for your answer,

Yes i am using the RNIF 2.0

But i am using the reciver structure as PIDX invoice message which i downloaded from PIDX web site.In that structure i dont have any field to map the attachment content(I mean base 64 converted string.

But as of now i am getting the attachment in SOAP Payload to the PI.

Can you please suggest me in this regard.

I have used your blog for attachment it is very help full.

Thanks,

Mohan

vk_k3
Participant
0 Kudos

HI Michael,

I am working on the same interface, and I am able to post message to the target system without attachment but when I am using attachment the message fails in the target system.

can you please suggest if i have to do some additional configuration ?

Regards,

Vk

Answers (0)