cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

I'm trying to consume an SSL webservice from non-sap system and I am struggling with SSL certificates and user/authentication.

I have the consumer proxy correctly configured in SOAMANAGER (I think), but when I call the webservice 2 problems occur:

If I have the configuration in SOAMANAGER as in the picture:

I am able to call the webservice and establish connection, but then always asks for the user ID and Password in the T-CODE that calls the webservice to login to the external system:

But I do not want the popup to appear. The user and password should be inserted automatically.

However, if I change the configurations in SOAMANAGER to:

We get an error on the SSL handshake:

Is there anyway in SOAMANAGER to have both X.509 SSL and User/Authentication?

Or is the SSL option available anywhere else? Am I missing some configuration?

Our basis team have configured all SSLs on STRUST and confirm all required SSLs are properly installed.

Thank you for your help.

0 Likes
View Entire Topic
david_brki4
Explorer
0 Likes

Hi,

I found the soloution by adding the user pw credentials in http header. Regarding this description:

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization

how you can do this in abap that's answered in this question:

https://answers.sap.com/questions/12721424/http-header---soap-webservice.html

Regards, David