I am very interesting in Web Services programming. In the first iMIS 15 boot camp, I learn that iMIS 15 has a membership web services which now provide a good programming interface for login and other basic functions. Can any one provide some kind of documentation of these web services interface? I had tried a to test it but it always get me some kind of "role" error message.
Thanks.
I haven't really looked at
I haven't really looked at it that closely but I believe iMIS15 membership services is nothing more then the standard membershipProvider that is integrated into asp.net 2.0
part of this standard is DB tables such as aspnet_Membership, aspnet_Application,aspnet_Users
ASP.NET also has a Role Provider as well that dictates what security roles a web user is in. I do not believe iMIS 15.0 utlizes this currently but may in the future
either way just google .NET membershipProvider and you can see how it works and how to leverage the tools