Deploy and register the Symphony—MoSes application

  1. Log on to the MoSes master.
  2. Go to the directory in which the Symphony—Moses package is located in: <SYM_MOSES_HOME>\service.
  3. Deploy the MoSes6Service.zip service package with the soamdeploy command.
    Important:

    Your package name must match the package name specified in the application profile, and the consumer name must be the same as specified in your application profile.

    soamdeploy add Moses6Service -p MoSes6Service.zip -c /SampleApplications/SOASamples
  4. Check the list of deployed services with the soamdeploy view command:

    soamdeploy view -c /SampleApplications/SOASamples

    You should be able to see the Moses6Service package

  5. Register the application with the soamreg command:

    For example:

    soamreg <SYM_MOSES_HOME>\service\MoSes6App.xml

    The application is registered and enabled.

  6. Check the list of applications:

    soamview app

    You should be able to see MoSesApp under the \SampleApplications\SOASamples consumer.

    Check that the application is enabled. If it is not, use soamcontrol app enable to enable the application.

  7. Restart the MoSes master.