cancel
Showing results for 
Search instead for 
Did you mean: 

Calling External web service with Certificate Authentication

Former Member
0 Kudos

Hi All,

I need to consume an external web service thru ABAP. I have created a client proxy (Service consumer) with the WSDL given and also created a logical port thru SOAMANAGER. I need to send the public key within the SOAP message and sign it with that key to be accepted by the server  Question is what configurations to be done in SICF and STRUST. How do we create certificate in ABAP. Please advise.

Accepted Solutions (0)

Answers (1)

Answers (1)

bernd_speckmann
Contributor
0 Kudos

Hi,

I think you need to import the certificate to you AS ABAP. That can be done via STRUST. Goto SSL-Client (Anonymous) and add the certificate to the certificate list.

Are there error messages in your ICM trace-file (SMICM) ?

Regards