cancel
Showing results for 
Search instead for 
Did you mean: 

SSL in SOAP Adapter

Former Member
0 Kudos

Hi All,

I am working on the Receiver SOAP Adapter. Here i need to use SSL. Can any Please explain the use of SSL and How to configure the SSL and HTTPS.

Thanks

Karthik.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Use of SSL would be securing the communication between PI and your receiver system. For SSL on SOAP, you need to enable SSL on J2EE. If you are using HTTPS, you need to enable SSL on ABAP engine using STRUST. You may start with simply searching with "Enable SSL on J2EE".

Regards,

Prateek

Former Member
0 Kudos

Hi,

I have enabled the SSL in the ABAP engine using STRUST and enable in the J2ee engine, but i am not getting the HTTPS(Transport protocol) in the Receiver(SOAP Adapter) Communication channel. Here I am working on PI 7.1. I think i have done the wrong config, If any one done this configuration,send me the step by step procedure for enabling SSL in the ABAP and JAVA Engine in the PI 7.1.

Thanks

karthik

Edited by: Karthikeya T on Jul 22, 2009 1:39 PM

prateek
Active Contributor
0 Kudos

If you are using SOAP adapter, then you have to enable SSL on J2EE. As you are saying, you have SSL enabled on ABAP Engine. In that case you cannot use SOAP adapter. Either use HTTP adapter with HTTPS facility or enable SSL on J2EE and then use SOAP adapter.

Regards,

Prateek

Former Member
Former Member
0 Kudos

Hi Prateek,

I think i have done wrong config. can u the send me the procedure for enabling SSL in the J2EE for PI 7.1.

Thanks

Karthik

Answers (2)

Answers (2)

former_member192295
Active Contributor
0 Kudos

Hi,

I have configured successflly SSL with SOAP adapter. Follow below steps

1. First we need to deplay SAP crypto graphic libry for HTTPS protoco. This library available in service market place, depneding on operating system we need to choose version. Once you deploy library to Pi automatically HTTPS protocol will be active.

2. After that need to link HTTPS protocol with specific port. SAP have standad port for HTTPS protoco through Tcode SMICM, check with your bsis team.

Follow below links for certificate configuration on visual admin window

SSL Configuration

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

SSL config pdf

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/964f67ec-0701-0010-bd88-f995abf4...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/23894238-0701-0010-40b0-a0a6d5c4...

SSL Message level security

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

Certificate Authority

http://www.tc.umn.edu/~brams006/selfsign.html

Digital signature & document entryption

http://help.sap.com/saphelp_nw04/helpdata/en/4f/65c3b32107964996a56e4165077e24/frameset.htm

digital certificate configuration in xi

/people/varadharajan.krishnasamy/blog/2007/05/11/how-to-use-digital-certificates-for-signing-encrypting-messages-in-xi

Former Member
0 Kudos