cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP adapter - How to get file from SSL (https:)Website

Former Member
0 Kudos

I want to get a file from SSL protected server. I want to know how this file can be pulled using HTTP Adapter.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

JoelTrinidade
Active Contributor
0 Kudos

Hi,

You will need to import the SSL certificate in your system.

For futher reading about config read http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

Rgds

joel

former_member192295
Active Contributor
former_member181985
Active Contributor
0 Kudos

If it is a webserver hosting some servlet and which can read and send the file stream, then you can use the servlet URL in Receiver HTTP Adapter to get the file stream back to XI.

It should be synchronous scenario.

Thanks,

- Gujjeti.