cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS doubt

Former Member
0 Kudos

Hi Gurus,

Got a question on Https

I've got the following scenario

IDOC-XI-HTTPS

If I'm using the HTTP adapter, i've actually sending out a html file with the payload in a XML format to the client?

If i want to perform file conversion on the XML structure into a CSV .txt file, the only way i can send out the file is via FTP or FTPS?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187563
Contributor
0 Kudos

hi,

For FCC you have to use file adapter.You can refer to

regards,

ujjwal kumar

Former Member
0 Kudos

Hi Ujjiwal,

Thanks for the reply.

Im looking at the HTTP adapter.

1) Not too sure what is the Sender HTTP adapter for? Issit supposed to send data to the Integration Engine?

2) For Receiver HTTP adapter, we are sending the data from the Integration Engine to a external URL?

Former Member
0 Kudos

sender HTTP adapter is where external system send data over HTTP to XI

Former Member
0 Kudos

Hi,

I read that to enable SSL, we will need to Configure both the ABAP Web AS and Java Web AS?

Is there any step by step guide to perform the configurations?

hemant_chahal
Contributor
0 Kudos

Please refer this guide.

http://help.sap.com/erp2005_ehp_03/helpdata/EN/14/ef2940cbf2195de10000000a1550b0/frameset.htm

for enabling SSL on the web server.

enabling HTTPS service in SMICM.

Installing SAP cryptographic Library

Creating the Server PSE in Strust.

Creating the Client PSE in Strust.

for converting XML to csv format i guess you can get some idea from this blog as using JAVA mapping we can do few things.

Former Member
0 Kudos

Hi Hemant,

Thanks for the guide.

http://help.sap.com/erp2005_ehp_03/helpdata/EN/14/ef2940cbf2195de10000000a1550b0/frameset.htm

I see that to config in the ABAP side we need to use transaction STRUST. I read somewhere that we need to setup some HTTP connection using SM59. Is this necessary ?

Thanks.

hemant_chahal
Contributor
0 Kudos

Once you are done with SSL.

You have to configure HTTP adapter for that create a ( type H) RFC destination (SM59) to the target external HTTP webserver but you can also use URL in HTTP adapter instead of going for RFC destination. But to configure scurity you should go for SM59 as their you can include SSL authentication using digital certificates. I hope i answered your query.

You can refer this link in help.sap for more clarity on HTTP adapter usage.

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

Edited by: Hemant Chahal on Oct 22, 2008 3:28 PM

Answers (0)