cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS client authentication using SOAP Adapter

Former Member
0 Kudos

Hi Guys,

Could you please guide me for the scenario HTTPS with client authentication using SOAP adapter. I searched some of the documents, but it's not clear how to able to do that scenario.

Basically my requirement is Send some data from one PI to another PI syetm using SOAP adapter with HTTPS client authentication. Kindly let me know how we will test the scenario. In this case, if it's required certificate authentication for Sender Soap Adapter.

Already i tested the HTTP connection with MLS using the SOAP adapter. It's working fine.So, please guide me how to using HTTPS webservice using client authentication.

Kindly elobrate the steps how to achieve the same.

Thanks & Regards

Vijayakumar S

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Vijayakumar,

you need to install the message receivers certificate to your Java stack (trusted CAs). You can test https/soap services with a Firefox extension called "Poster" (freeware, just google).

Regards,

Udo

Former Member
0 Kudos

Hi,

You will have to generate the Private-Public key pair on your first PI box and share the Public key with second PI box.

For generating the key pair you can refer to the below link:

http://help.sap.com/saphelp_nw70/helpdata/en/62/881e3e3986f701e10000000a114084/content.htm

-Supriya.