cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS configuration for SOAP adapter

Former Member
0 Kudos

Hi,

We have a requirement where we need to send the request to the target URL with https protocol.

We have raised a request to configure the XI server for HTTPS.

HTTPS has been configured on both ABAP stack and J2EE stack.

But we could not find the HTTPS option in the drop down list of transport protocol in receiver Soap adapter.

For this do we need to do any setting changes on the XI server after the configuration?

Thanks,

Jyothsna .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Jyothsna,

Whenever a adapter is configured in the XI server and for the specific parameters to be reflected in the communcation channels in ID.

The specific basic component (.tpz file) has to be imported into IR. Once this is uploaded, you can check for the attributes (in your case HTTPS) in the AdapterMetadata under SAP BASIS SCW.

Hope this helps you.

Regards,

Younus

Former Member
0 Kudos

transport protocol option shows only HTTP but it includes HTTPS too as u specify that in ur URL...

the options

HTTP

HTTPS without client authentication

HTTPS with client authentication

u get for sender SOAP adapter but I think urs is Receiver

Former Member
0 Kudos

Hi,

You need to setup SSL layer for HTTPS endpoint.

Possible HTTP security levels are (in ascending order):

HTTP without SSL

HTTP with SSL (= HTTPS), but without client authentication

HTTP with SSL (= HTTPS) and with client authentication

Please go through below link for referance (above information is from below link)

Step by step guide for SSL security

http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ff/7932e4e9c51c4fa596c69e21151c7d/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/13/4a3ad42ae78e4ca256861e078b4160/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/3a/7cddde33ff05cae10000000a128c20/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/0a/0a2e0fef6211d3a6510000e835363f/content.htm

General guide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a09f3d8e-d478-2910-9eb8-caa6516d...

Message level security

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba68...

Regarding message level you can encrypt the message using certificates.

For both of this basis team has to deploy the releavant certificates in XI ABAP Stack or Java stack.

Generally if the scenarios are intra company we dont use any transport level or message level security since the network is already secured.

Check the following links.. you will get the information all about the securities...

http://help.sap.com/saphelp_nw04/helpdata/en/f7/c2953fc405330ee10000000a114084/content.htm

Also read thru this link for message level security - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba68...

Also find soeminformation in these links

http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/882a40ce93185de10000000a1550b0/frameset.htm

/people/aparna.chaganti2/blog/2007/01/23/how-xml-encryption-can-be-done-using-web-services-security-in-sap-netweaver-xi

Thanks

Swarup

Former Member
0 Kudos

Hi,

pls do chk the SLD settings pls try with 'sdlcheck' Command it shows that HTTPS is healthy or not

Help.sap.com explains in detail about what is to be doen for sending secure messages over HTTP using secure socket layer(SSL).

Go thro the links

http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/02/6d5c034c182e4fbe7bfd25c2b56f9b/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/db/1f1740198d8f5ce10000000a155106/frameset.htm

And

/people/aniket.tare/blog/2005/03/22/ssl-certificate-installation-procedure-for-sap-j2ee-engine-630-150-steps-in-visual-administrator

for ssl certificate installations.

http://help.sap.com/saphelp_nw04s/helpdata/en/e8/1f1041a0f6f16fe10000000a1550b0/frameset.htm

if found worth pls do the req

Thanx

Sampath