cancel
Showing results for 
Search instead for 
Did you mean: 

Login Module configuration for soap adapter ?

Former Member
0 Kudos

Hi Guys,

I have configured XISOAPAdapter for client certificate Authentication and i have created 1443 as the HTTPS port on the ABAP stack and defined this port in the instance profile.

Under SSL provider i have selected 50101 as the HTTPS port and the user mapping to the certificate works fine and i was able to login directly.

https://host:50101/XISOAPAdapter/MessageServlet - I was able to login with the user mapping to certifcate.

but when i try https://host:1443/XISOAPAdapter/MessageServlet - it is asking for the basic password authentication and the automatic login with the certifcate is not working. Our customer will be using this url to send messages to soap adapter.

under policy configurations for XISOAPAdapter, i have defined only clientcertificateloginmodule and define the rule as Rule1.getUserFrom=wholecert.

any help or suggestions would be appreciated.

Thanks,

Srini

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

We also experienced that limitation when a vendor is connecting to our XI SOAP Sender Adapter. It is asking for basic username/password. What we did was to create a Generic XI user with a password on it and use SSL authentication at the same time. Our Scenario was PI --> XI --> SAP R3, with the PI system using an HTTP RFC destination with a Basic Logon and Active SSL option to connect to the same system as yours https://host:portnumber/XISOAPAdapter/MessageServlet

Let me know if this helped...

Regards,

Former Member
0 Kudos

Hi dspboys,

Thanks for the quick reply. I will try this and i will update the thread.

Thanks,

Srini

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Let us know how this went through.

Regards,

Former Member
0 Kudos

check this if helpful.

Former Member
0 Kudos

Hi Anand,

Thanks for the quick reply, i have already done all these settings.

Thanks,

Srini