cancel
Showing results for 
Search instead for 
Did you mean: 

User Authentication in Webservice call to SAP-XI

Former Member
0 Kudos

Hi All

I have a requirement where application on intranet calls a webservice in SAP-XI. I generated a WSDL in SAP-XI and provided the URL and a user ID and password to login XI. Can some one guide me how to pass the user Authentication information.

I have a URL, user ID and password of service user in XI, need help in athentication when this webservice url is called from intranet website. Any help is appreciated.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you can follow as mentioned here /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you so much, it helps.

former_member200962
Active Contributor
0 Kudos

In the URL itself you can included parameters (sap-user and sap-password)....this has been even mentioned by Stefan in his blog.

The above mentioned parameters should be used only for testing and should not be used in production/ real-time execution. The password will not be masked and hence according to security concerns it is not advisible to use the above method. Better if you include these details in the calling application (through some coding)

Regards,

Abhsihek.