cancel
Showing results for 
Search instead for 
Did you mean: 

file to soap

former_member183906
Active Contributor
0 Kudos

hi,

my scenario is FILE TO SOAP. But, the file is in folder in SAP and in encrypted format. I have to pick encrypted file from SAP and send it to destnation as is using SOAP adapter.

How it is possible to send file without manipulating it ,directly using SOAP to destination.

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

There is no mapping logic involed right??then try withput using ESR objects,like moving File to SOAP location.

Regards,

Raj

former_member183906
Active Contributor
0 Kudos

Hi

I am using SAP PI 7.0

There is no mapping involved. But i need to pick encrypted file and send to SOAP (HTTPS URL). How its possible. Is there any blog or any steps one can share.

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Using the File Type and Transfer Mode as Binary doesn't help?

Regards,

Prateek

Former Member
0 Kudos

Hi,

For picking the encrypted file from ECC:

You need to create a dummy interface determination for which create a dummy data type.

And configure sender file communication channel using ASMA.

And for the receiver part:

For HTTPS,you need to install certificates in XI server and configure HTTPS Destination.

But I am not very sure how SOAP(HTTPS) will pick the message from the file.

Regards,

Sudeep