This document was generated from CDN thread
Created by: mani raj on 10-06-2013 11:50:35 PM
HI
i tried the integration of webex (i.e. sample code) taken from in my html page of asp.net but i getting the error
in it , i think it is in the form of xml response,, so kindly help how to get html response instead of xml response.
regards
maniraj
Subject: RE: integration of webex in html apx page
Replied by: Nathan Morrow on 11-06-2013 12:19:41 PM
Hello,
XML API responds with XML. It is possible to parse the XML in to usable data, which can then be displayed in any manner you wish. You can find several resources that describe XML parsing by using your favorite online search tool.