Overview
Important
Due to reasons of security and maintainability we are going to deprecate the recordings SOAP API.
In effect Jan 1, 2023 the recordings SOAP API is being deprecated and should not be used for any new projects.
On June 30, 2023 the recordings SOAP API will be permanently shut down.
Replacement REST APIs are available. Please see the
REST API Changelog for the replacement recommendations.
Network-Based Recording (NBR) is the newest recording option available to Cisco Webex Meetings customers on release WBS25 or higher. NBR enables you to capture all session content (chat, Q&A, polling, etc.), including Webex Meetings integrated audio, VOIP audio, or third-party audio conference for later playback and future reference.
Recorded data is stored on the high availability, dedicated physical storage servers within the Webex Meetings secure data center facilities. Each facility is staffed 24 hours a day, seven days a week. To gain access to any facility, one must be on the approved-access list managed by the Webex Meetings security team. Access is further controlled by biometric security devices.
All recording data is backed up daily. Backed up data is stored both locally and remotely for 90 days.
SOAP API Requests
A SOAP message is an XML document. It consists of a mandatory SOAP envelope, an optional SOAP header, and a mandatory SOAP body. The envelope is the top element of the XML document and is represented by an envelope element. The envelope can contain namespace declarations as well as additional attributes such as encoding style.
The target service address differs depending on the location of the NBR Web Service and follows the following format:
http://[data center specific domain]/nbr/services/nbrXMLService
Contact the Webex Developer Support team (devsupport@webex.com) to get the exact URL for your site.
The NBR APIs allow users to access information that is unavailable through the Cisco Webex Meetings XML API Reference Guide.
For more information refer to API Functions.
Visit here for examples of API Responses.
For more information refer to API Responses.
An overview detailing the three Webex Meetings service roles.
For more information refer to Roles and Permissions.
An example of the WSDL Listings implentation.
For more information refer to WSDL Listings.