<?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: Downloading session recordings in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472016#M520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebEx API services are built in JAVA, and the schemas are generated by the JAVA platform. .Net usually has trouble importing the schemas due to some differences in available objects types, there may be some additional details in your error output that points to specific objects or definitions. You'll need to hard code your API request in this case, as we will not be able to modify the published schema due to backward compatibility promises with existing code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 16:19:09 GMT</pubDate>
    <dc:creator>nmorrow</dc:creator>
    <dc:date>2018-04-17T16:19:09Z</dc:date>
    <item>
      <title>Downloading session recordings</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472013#M517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the easiest way to programmatically download recordings of WebEx sessions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a number of confusing API documents. Could someone kindly direct me to the most current documentation for downloading or exporting WebEx sessions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 15:20:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472013#M517</guid>
      <dc:creator>aaron.gidusko</dc:creator>
      <dc:date>2018-03-01T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading session recordings</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472014#M518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Download of NBR files is best done with a combination of XML API and &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NBR API. XML API request ep.LstRecording will give you the original meeting topic, host username, meeting date and time, and recording ID, among other information. ep.DelRecording will allow you to delete recordings after download. NBR API request NBRFileOpenService.downloadFile will download the recording by binary SOAP attachment in a multipart HTTPS transaction. LstRecording does also provide a file URL for manual download via web browser, it may be possible to automate that process instead of using NBR API, but it is not a direct link and you will be met with javascript redirects and possibly HTTP status redirects or header redirects as well. NBR API Service URL must be requested by contacting &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:webex-meetings-api-dev@cisco.com"&gt;webex-meetings-api-dev@cisco.com&lt;/A&gt;&lt;SPAN&gt; and providing your WebEx site URL with your request for NBR API Service URL, as it cannot be inferred by any means available to end users. You may find also find the schema that contains the downloadFile request once you receive your NBR API Service URL, using the format &lt;/SPAN&gt;&lt;A href="https://nsj1wss.webex.com/nbr/services/NBRFileOpenService?wsdl" style="font-size: 10pt;" title="https://nsj1wss.webex.com/nbr/services/NBRFileOpenService?wsdl"&gt;https://nxx1wss.webex.com/nbr/services/NBRFileOpenService?wsdl&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;, where "nxx1wss" should be replaced by the actual subdomain that is provided when requested.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 18:00:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472014#M518</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2018-03-01T18:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading session recordings</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472015#M519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the instructions.&amp;nbsp; I am having a problem when attempting to add a Web Reference to the WSDL that you provided.&amp;nbsp; I replaced nxx1wss with the URL that was provided to me and I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSDiscoCodeGenerator failed.&amp;nbsp; Unable to import binding NBRFileOpenServiceSoapBinding from namespace&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://[myURL]/nbr/services/NBRFileOpenService" rel="nofollow" target="_blank"&gt;http://[myURL]/nbr/services/NBRFileOpenService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Visual Studio 2017 for c#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 10:37:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472015#M519</guid>
      <dc:creator>emma.nendza</dc:creator>
      <dc:date>2018-04-17T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading session recordings</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472016#M520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebEx API services are built in JAVA, and the schemas are generated by the JAVA platform. .Net usually has trouble importing the schemas due to some differences in available objects types, there may be some additional details in your error output that points to specific objects or definitions. You'll need to hard code your API request in this case, as we will not be able to modify the published schema due to backward compatibility promises with existing code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:19:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3472016#M520</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2018-04-17T16:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading session recordings</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3840214#M2096</link>
      <description>with nbr API i am getting the following error&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Fault&amp;gt;&lt;BR /&gt;&amp;lt;faultcode&amp;gt;soapenv:Server.userException&amp;lt;/faultcode&amp;gt;&lt;BR /&gt;&amp;lt;faultstring&amp;gt;WSS1002: WebEx11 Site Is Not Supported&amp;lt;/faultstring&amp;gt;&lt;BR /&gt;&amp;lt;faultactor&amp;gt;NBRStorageLocalService&amp;lt;/faultactor&amp;gt;&lt;BR /&gt;&amp;lt;detail&amp;gt;&lt;BR /&gt;&amp;lt;ns1:exceptionName xmlns:ns1="&lt;A href="https://community.cisco.com/" target="_blank"&gt;http://xml.apache.org/axis/"&amp;gt;com.webex.webservice.nbr.xmlhelper.NBRException&amp;lt;/ns1:exceptionName&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;ns2:hostname xmlns:ns2="&lt;A href="https://community.cisco.com/" target="_blank"&gt;http://xml.apache.org/axis/"&amp;gt;nsj1wss227.webex.com&amp;lt;/ns2:hostname&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/detail&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Fault&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;</description>
      <pubDate>Wed, 17 Apr 2019 11:24:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/downloading-session-recordings/m-p/3840214#M2096</guid>
      <dc:creator>Shivang</dc:creator>
      <dc:date>2019-04-17T11:24:20Z</dc:date>
    </item>
  </channel>
</rss>

