Hi All,
I am currently creating a package for the NetInsight Nimbra Solution, and I would like to include a service template in the package. It seems like no options for a service template in the Manifest.xml.
I would like to know if we can add the service template to the package. If can, what should be the proper way to do that? I also checked Repo, and I am not sure where should I upload the service template.
Thanks!
Hi Jason,
You can add the service template through an SLNet call from your install script of the package (if it does not exist yet). To understand what SLNet call you need to do, you can perform the following:
- Create the desired Service template on a DM system
- Start a follow on your cube client with the Client Test tool
- Duplicate the service template
- Use the request as you see in the follow to create your service template
DISCLAIMER: Using SLNet calls directly to DM is not advised and there is no guarantee that this will work in future DM versions.
The request should look like this:
The XML part you might need to change in your install script to fit the system (e.g. the DMA ID).
Hi Jason,
A possible option (although I didn't test it myself) is to include the service templates in the companion files.
Hope it helps.
Thanks Miguel, I will try this out.