Code Samples & Test Tool

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