LMS Framework Installation Packages

This installation assumes that the Anthology Student database is version 8.2 or greater and that all LMS relevant objects (triggers, stored procedures, tables) have been installed. The installation of the LMS framework consists of several components.

  1. A Microsoft Installation (MSI) application to install the Anthology Security Web site (http://cmc.campuslink.webservices.security).

    1. This website contains the authentication web service and method.

    2. This website can optionally be configured for SSL if it resides outside the firewall.

  2. A Microsoft Installation (MSI) application to install the Anthology API website (http://cmc.campuslink.webservices).

    1. This website contains all the remaining Anthology API web services and methods, including the LMS web services and methods (excluding the GetRegistrationActions and AcknowledgeRegistrationActions APIs).

  3. A Microsoft Installation (MSI) application to install the Anthology WCF API website (http://cmc.campuslink.webservices.Wcf).

    1. This website contains the Get Registration Actions and Acknowledge Registration Actions Anthology API services and methods.

  4. A Microsoft Installation (MSI) application to install a Windows Service (WindowsService.LmsNotifications).

    1. This Windows service will communicate real-time notifications to the client notification web service.

  5. A Microsoft Installation (MSI) application to install the Client Notification website + source code. (http://cmc.campuslink.webservices.notifications).

    1. Visual Studio 2005 is required.

    2. The source code (.NET C#) is included to provide a quick start for the client.

    3. This website contains the framework for receiving notifications, requesting the data from the corresponding Anthology API’s and acknowledging the receipt of the data.

    4. The client will be responsible for processing the data once it has been received.

Continue with SIS Configuration Touch Points.