Start Using Metadata Services

 

 

 

1) Register yourself in the portal.

2) Explore the documentation to the right.

3) Build your application.

Getting Started

Below are some documents that are part of the TV-Anytime specification that have been implemented in the Metadata Service.

 

1) TV-Anytime metadata (in-depth)

2) Bi-Directional Metadata Services

3) TVA Extended Metadata

4) System Description

Using the Service

We have two API's to choose from SOAP or REST

SOAP API [WSDL]

 

REST API

The REST API can be accessed via the following syntax:

getData?fieldID=[field]&fieldValue=[fieldValue]&test=[contains|equals]&TableType=[table]&
type=[TVA|MRSS|XMLTV]&user=[username]&pass[password]


For Example:

http://metaservices.net/metasoft/rest/getData?fieldID=Genre&
fieldValue=Sports&test=contains&TableType=ProgramInformationTable&type=TVA

 

or

 

getData?fieldID[number]=[field]&fieldValue[number]=[fieldValue]&test[number]=[contains|equals]
&TableType=[table]&type=[TVA|MRSS|XMLTV]&user=[username]&pass[password]


For Example:

http://metaservices.net/metasoft/rest/getData?fieldID1=Genre&fieldValue1=Sports&
test1=contains&fieldID2=Title&fieldValue2=Basketball& test2=contains&TableType=ProgramInformationTable

Sample Code

 Adobe Flex

 

 AJAX - Coming soon

 

 Java

 

 C Sharp

 

 VB.Net