Code Samples & Test Tool
Important
The Meetings-related XML APIs will be deprecated and the End-of-Support (EoS) date is planned for the second half of 2023. Cisco will continue to resolve bugs up to this date, but new features will only be implemented for the REST APIs suite. The End-of-life (EoL) timeframe for Meetings-related XML APIs is targeted for March 31, 2024, at which time the APIs will be retired. For information on how to migrate from XML to REST APIs, please see Webex Meetings XML to REST Migration Guide. User management APIs such asCreateUser
, SetUser
, DelUser
, etc. are NOT affected by this EOL
announcement.
The following source code samples illustrate access to the Webex Meetings XML APIs in various language environments.
PHP Example
The PHP program below uses an HTTP POST operation to issue a Webex Meetings XML request for all of the current user's meetings. The Webex Meetings XML Service then returns an XML response document with summary information for all the meetings requested.
Download
Java Example
The Java program below uses an HTTP POST operation to issue a Webex Meetings XML request for all of the current user's meetings. The Webex Meetings XML Service then returns an XML response document with summary information for all the meetings requested.
Download
ASP Example
The example page below uses Microsoft ASP 3.0 to initiate an HTTP POST action for a Webex Meetings XML request document querying for all the current user's meetings. The Webex Meetings XML Service then returns an XML response document with summary information for all the meetings requested.
Download
.NET Example
The file below contains a .Net 1.x example of posting a Webex Meetings XML API request. This package is based on the JAVA example, converted to project files for Visual Basic and C#.
Please note that you will need to enable TLS 1.2 to use this sample file.
Download
Test Tool: XML API Debug Screen
You can use the tool below to test and debug your integration.
Download