Different services can use separate service packages or the same service package. Ensure each service definition in an application profile has a unique service name. Note that only one of your services can be set as the default service.
This example assumes you will create a separate package for each service used by your application.
For example, to use ServiceA and ServiceB in your application:
Check your client application code to ensure:
The application name specified when connecting to the application is the same as that specified in the application profile
The session types you specified to create the session must exist in your application profile unless you specified " " for the session types, which means to use the default session type.
If you want to specify the service name directly to override the service configured in the session type, the service must be configured in your application profile.