Posted: 6/24/2011
Hello,I am developing a middle-tier - a webservice - for an android mobile client through which OCS services can be used on a android device.On googling for OCS APIs, I got the OCSDK.msi which has the Communicator API namespace using which a user can login and send messages etc. However, this needs communicator to be installed and multi-user logon cannot be done. Effectively, this can only be used by a client and not a middle-tier (multi-threaded scenario.)Another way is to use the Microsoft UCMA 2.0 SDK for this. However, I havent yet found any code sample neither a relevant document on this.Ideally, I am looking for some code samples that will help me to try out a few cases.Any help on this is greatly appreciated.TIAShrikant
Posted: 6/26/2011
Hi there...
For UCMA 2.0, the best place would be to go here: http://msdn.microsoft.com/en-us/library/dd253340%28v=office.13%29.aspx
If you follow the other links in the pages (sublinks and related links), you will find C# based code-samples. I am not sure if thats what you need, but browse in that link and dig in the other links for more info.
Hope this helps,Hajan