Page History: MetaService 1.2 : Getting started
Compare Page Revisions
Page Revision: 2011/07/04 20:08
The MetaService is a
Soap 1.1 web service that uses "Transport" security.
With Soap, clients and services communicate using XML messages, and Transport security means they can only do it over SSL.
Soap services, like the MetaService, often use the
Web Services Definition Language (WSDL) standard to explain to the world what input they require, and what data the client can expect in return.
The WSDL file for the MetaService is available at this Url:
https://services.companywebcast.com/meta/1.2/metaservice.svc?wsdlA WSDL file is not necessarily formatted to be easy to read by people, you would normally use it with tools in your IDE or platform that do know how to read such a file, and these can then help you (a lot) with a client implementation.
The MetaService exposes 2 basic methods:
Typically a client would call WebcastSearch to retrieve WebcastSummaries, which give some basic info about the webcasts that match the search parameters. A client would then use elements from a WebcastSummary as input parameters for a call to WebcastGet. WebcastGet returns a Webcast object, which contains detailed information about a single webcast, in a single language.
A client has to authenticate against the MetaService by providing a username and password in every call.
If you have an account that gives you access to the CWC Webcast Management System, you can use that. However, we recommend you request an account specifically for consuming the MetaService. Requests for accounts can be sent to
Lars.Jilesen@companywebcast.com.
For testing purposes you can use the user "testusername" with password "testpassword".