You are currently viewing the Live Communication Server section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Hi All,
I am working on web application which communicate with Communicator Web Access and Live communication Server. I can successfully logged into LCS system using my web application. And also can start Poll method of Communicator web access Ajax API. But i am getting xml result from communicator web access instead of JSON.
I send http web request to communicator web access server and get back the result using http web response. I got result into XML instead of JSON.
So what is the problem, why am i getting xml output instead of JSON?
My another problem is then when i want to start im with any online user, and i tried to call "StartIM" method of Communicator web access ajax, it returns blank xml. "<xml></xml>". As per the help it returns IMID and description field. but i am not getting these fields in output.
Can you please tell me why i am getting blank xml ("<xml></xml>")? These problem arise in most of all the method (like "Acl", "SetPresence" etc.)