Web services assets

Matrix web services provide developers with the infrastructure for external systems to communicate with your Matrix system. These services use a variety of implementations such as Simple Object Access Protocol (SOAP), JavaScript, and Representational State Transfer (REST) configurations.

Matrix also provides communication between external REST web services through the REST resource assets. These assets enable content to be retrieved and modified from authorized servers almost anywhere on the web.

  • SOAP API

    The SOAP server asset provides the framework for Simple Object Access Protocol (SOAP) requests within the system.

  • JavaScript API

    The JavaScript API provides a set of functions allowing ajax requests to create, modify and retrieve content within Matrix.

  • REST resource asset

    The REST resource provides the ability to communicate with web services that expose themselves using REST.

  • REST resource JavaScript asset

    The JavaScript REST resource is a JavaScript implementation of the REST resource asset asset.