Before you can deploy a service, you need to create a service package.
Packaging a Symphony application for deployment involves putting all service files and any dependent files associated with the service in a package.
It is not required to use gzip as indicated in the example to package a service. You can use any supported format. If using a utility other than gzip, ensure the compression and uncompression utility is in your Path environment variable when using soamdeploy.
Add the application with the Add Application Wizard. After completing the Wizard, your application should be ready to use.
In Symphony DE, the Wizard deploys your service package and registers your application. In Symphony grid, the Wizard in addition creates a consumer with your application name and allocates resources,
You can also use commands to deploy a service package and register an application. See soamdeploy and soamreg in the Symphony Reference for more details.