Web Services API

Web Services API is one of the core components of vidi. Your application communicates with vidi server using Web Services. vidi has two types of Web Services: RestAPI and SoapAPI.

An up-to-date documentation can be found here: http://api.vidi.zeitin.com/vidi/static/docs/files/VidiService-java.html

REST API

Our REST API allows you to use vidi easily without needing to use any extra libraries other than making HTTP requests.

For more info, see RestAPI.

SOAP API

SOAP API can be used with a large number of languages and IDEs easily. For example, Visual Studio .NET and Java Axis can easily generate the necessary classes and methods from WSDL.

For more info, see SoapAPI.

WebServicesAPI (last edited 2009-09-18 13:07:33 by BekirDogan)