Aaron D Kiselka 18.Jan.12 09:41 AM a Web browser Applications development8.5Windows
Hello,
I’m attempting to try to access the Sametime Rest API through C#. I can log in correctly and receive the LtpaToken, JSESSIONID, sid, etc back from the server by calling ‘stwebapi/user/connect’.
After I login I can’t access anything else through the API. All I get back is: {"error":"11","returnCode":500}.
I use the C# Cookiecontainer to keep track of the Cookies and Headers and I have used Fiddler to make sure I’m passing the correct info back to the server when I make another REST request.
My Lotus/Sametime Admin has opened a PMR, but this request seems outside of what they can support.
Has anyone had any success accessing the Sametime Rest API with C#?