<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cisco Webex API Exception in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/cisco-webex-api-exception/m-p/3458667#M412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings! It appears that you have found two issues with our XML API documentation. We will look into getting the documentation fixed. In the meantime, there are two values you will need to try changing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lstrecordaccessDetailHistory should start with a capital L: LstrecordaccessDetailHistory&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;lt;recondID&amp;gt;&amp;lt;/recondID&amp;gt; should be &amp;lt;recordID&amp;gt;&amp;lt;/recordID&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 23:05:42 GMT</pubDate>
    <dc:creator>mifierro</dc:creator>
    <dc:date>2015-08-17T23:05:42Z</dc:date>
    <item>
      <title>Cisco Webex API Exception</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/cisco-webex-api-exception/m-p/3458666#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;I have successful consumed several other Webex APIs but the "LstrecordaccessDetailHistory XML Request" doesn't work.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;I got this message from the XML response: "unable to instantiate com.webex.xmlapi.service.binding.history.lstrecordaccessDetailHistory; java.lang.ClassNotFoundException: com.webex.xmlapi.service.binding.history.lstrecordaccessDetailHistory"&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Here's my XML request body:&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;String strXML = "&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;xml version&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;\"&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #800000;"&gt;1.0&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;\" encoding&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;\"ISO&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #800000;"&gt;8859&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #800000;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;\"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;?&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;\r\n";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;serv:message&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn" style="color: #ff0000;"&gt;xmlns:xsi&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv" style="color: #0000ff;"&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn" style="color: #ff0000;"&gt;xmlns:serv&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv" style="color: #0000ff;"&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.webex.com/schemas/2002/06/service" rel="nofollow" target="_blank"&gt;http://www.webex.com/schemas/2002/06/service&lt;/A&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;\r\n";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;header&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;securityContext&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;password&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;password&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/password&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;siteName&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;siteName&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/siteName&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;email&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;email&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/email&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/securityContext&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/header&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;bodyContent&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn" style="color: #ff0000;"&gt;xsi:type&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv" style="color: #0000ff;"&gt;\"java:com.webex.service.binding.history.lstrecordaccessDetailHistory\"&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;recondID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;recondID&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/recondID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;timeZoneID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;timeZoneID&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/timeZoneID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;listControl&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;startFrom&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/startFrom&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;maximumNum&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;500&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/maximumNum&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;listMethod&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;OR&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/listMethod&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/listControl&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/bodyContent&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;BR /&gt;&amp;nbsp; strXML += "&lt;/SPAN&gt;&lt;SPAN class="tag" style="color: #800000;"&gt;&amp;lt;/serv:message&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;";&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Here's the documentation from Cisco: &lt;A href="https://developer.cisco.com/media/webex-xml-api/95LstrecordaccessDetailHistory.html" rel="nofollow" style="color: #0c65a5;"&gt;https://developer.cisco.com/media/webex-xml-api/95LstrecordaccessDetailHistory.html&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Any one has gone through this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 23:14:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/cisco-webex-api-exception/m-p/3458666#M411</guid>
      <dc:creator>zhan.wang1</dc:creator>
      <dc:date>2015-07-24T23:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Webex API Exception</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/cisco-webex-api-exception/m-p/3458667#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings! It appears that you have found two issues with our XML API documentation. We will look into getting the documentation fixed. In the meantime, there are two values you will need to try changing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lstrecordaccessDetailHistory should start with a capital L: LstrecordaccessDetailHistory&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;lt;recondID&amp;gt;&amp;lt;/recondID&amp;gt; should be &amp;lt;recordID&amp;gt;&amp;lt;/recordID&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 23:05:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/cisco-webex-api-exception/m-p/3458667#M412</guid>
      <dc:creator>mifierro</dc:creator>
      <dc:date>2015-08-17T23:05:42Z</dc:date>
    </item>
  </channel>
</rss>

