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. The Wizard creates a consumer for you with your application name, allocates resources, deploys your service package and registers your application. After completing the Wizard, your application should be ready to use.
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.