Hi, I need to manage SAP Portal users from a Windows application, specifically to add and remove them from groups.
Can anyone point me how to use UME with .Net?
There is a rich API for Java which is in the package com.sap.security.api, which looks perfect, but I don't know how to get started to get the classes I need if I were to do something in java and expose to .Net as web services or similar.
I see that there is a SPML interface, too, but it is 1.0 I think and there are no examples of using this in .Net.
I am interested in any "Beginner materials" to get me started.
Thanks.