cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice to Login/Logout of SAP ME

Former Member
0 Kudos

Hi Experts,

I have a Java application. Need to login to SAP ME via this Java application.

How do I do that? Is there any webservice exposed by ME that can be consumed for Login and Logout?

Your help is apprecaietd.

Thanks and Best Regards,

Kedar Shewalkar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Assuming your application authenticated user and that user is valid in UME and has role SAP_ME_USER, you can utilize SAP Logon Ticket as SSO mechanism. You should have CreateTicketLoginModule as part of your login module stack and it should do the trick.

Thanks,
Bakhtiyar