cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Sender with HTTP(with SSL)=HTTPS with Client Authentication config

Former Member
0 Kudos

Hi All,

I have a Web-service-XI-Proxy scenario where we use SOAP Sender Adapter with HTTPs. Double authentication (client- server) sertificate shall be used.

Testing simple HTTP and XI user name/password works fine.

Now I installed requred sertificates in TrustedCA and ssl-provider in VIsualadmin.

But i can't see how i can configure certificates in SOAP sender Adapter. I've just did SOAP receiver for another scenario and there I could give keystore entry.

I also doesn't know how to disable asking for name/password. I am using XI 7.0.

Please advise.

Thanks,

Nataliya

Accepted Solutions (0)

Answers (2)

Answers (2)

abhay_rajhans2
Contributor
0 Kudos

Hi Nataliya,

Go to SOAP Adapter> Inbound Security Checks-> HTTP Security Level--> Here you can specify option "HTTP with Client Authentication.

One more thing HTTP Security level option is always available in Sender Adapter.

For more clarity about HTTPS find below link.

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

To enable the TrustedCA in SOAP Sender adapter. Go SOAP Sender> Security Parameter> Security Profile--> Web Service

security. Then go to sender agreement there you need to give key store entry.

Former Member
0 Kudos

From the PI Help:

Inbound Security Checks

Select the HTTP security level for inbound messages:

● HTTP

● HTTPS without client authentication

● HTTPS with client authentication

(in the SOAP sender channel)

CSY