Hi all, I'm wondering how to use connexion in server script. I can't find the proper namespace. Thanks for help, Pierre
We use something like:
Metastorm.Runtime.Models.PROJECT.CONNECTION conPRef = new Metastorm.Runtime.Models.PROJECT.CONNECTION(); Metastorm.Runtime.Models.LIBRARY.CONNECTION conLRef = new Metastorm.Runtime.Models.LIBRARY.CONNECTION();
successfully. PROJECT or LIBRARY would be your project/library name in the solution. CONNECTION would be the connection name.
Many thanks Brian, This will help a lot. Pierre