cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
413
Views
5
Helpful
1
Replies

Webex API Exception: unable to instantiate com.webex.xmlapi.service.binding.history.lstrecordaccessDetailHistory

zhan.wang1
Level 1
Level 1

Hello,

I got this error message from the  XML response.

I've successfully consumed several other APIs but this one doesn't work.

I'm trying to get the recorded session detailed information(who has downloaded the recorded session) by calling this API .

Here's my XML request body:

String strXML = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n";

            strXML += "<serv:message xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:serv=\"http://www.webex.com/schemas/2002/06/service\">\r\n";

            strXML += "<header>";

            strXML += "<securityContext>";

            strXML += "<password>password</password>";

            strXML += "<siteName>siteName</siteName>";

            strXML += "<email>email</email>";

            strXML += "</securityContext>";

            strXML += "</header>";

            strXML += "<body>";

            strXML += "<bodyContent xsi:type=\"java:com.webex.service.binding.history.lstrecordaccessDetailHistory\">";

            strXML += "<recondID>recordID</recondID>";

            strXML += "<timeZoneID>timeZone</timeZoneID>";

            strXML += "<listControl>";

            strXML += "<startFrom>1</startFrom>";

            strXML += "<maximumNum>500</maximumNum>";

            strXML += "<listMethod>OR</listMethod>";

            strXML += "</listControl>";

            strXML += "</bodyContent>";

            strXML += "</body>";

            strXML += "</serv:message>";

1 Reply 1

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Jack,

   Hope you got the answer For people who may visit this page :

  please check out the body section as mentioned in this url- Cisco Webex API Exception

Also for further quries related please post under WebEx Developer community.

Thanks and Regards,

Geevarghese