cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment file name

Former Member
0 Kudos

Hi All,

System :: PI 7.31

We have developed an interface from ECC to XYZ system via PI.

ECC sends an attachment to PI using proxy and PI should send the attachment to XYZ system with the same file name

We are connecting with ECC using SOAP adapter with XI protocol. And with XYZ system using SOAP adapter with SOAP 1.1 protocol.

We would like to receive the payload file name in the same manner which is being sent from ECC but unfortunately we are unable to.

As we need to send the same file name to the target system. Kindly suggest what is the configuration required to receive the same file name in PI for attachment as being sent from ECC.

PFA the screenshot.

Regards,

Vishal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Check if this helps u

Thanks

Amit Srivastava

former_member184720
Active Contributor
0 Kudos

Hi Vishal - What is your XYZ system.

Please check for the code provided by Amit-

http://scn.sap.com/thread/3477611

Former Member
0 Kudos

Hi Hareesh and Amit,

Thanks for your response. I have already gone through those blogs before posting my query.

The problem that I have is I am unable to receive the (attachment)file name in PI that is being sent from ECC. Please see the screenshots that I attached in my query.

Regrads,

Vishal

former_member184720
Active Contributor
0 Kudos

Hi Vishal - Are you able to find the file name in ECC before it reaches to PI? check in sxmb_moni

I haven't really tried but if you followed the below blog, it's the same issue right?

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/07/01/retaining-soap-adapter-attachment...

The attachment names are being changed by SOAP sender adapter but using the above UDF, it renames the attachments names to originals using contentID

http://scn.sap.com/thread/3382545

Muniyappan
Active Contributor
0 Kudos

Hi,

i think you are using ICO for this. to check this if the file name is retained i would suggest check in the target side.

some time ago i tried to see the file name in monitoring but no luck.

it was soap to file. at the receiver i was zipping main and attachments in one file. in the zip ,file names were there as expected. but not able to find in the monitoring.

Regards,

Muni