Integration of Caché and Ensemble
Hello community,
I would like to know answer to the question: What would be an optimal way to connect an Ensemble and a pure Caché server? Optimally in such a way for the Caché system to be able to fire Ensemble processes and the Ensemble server to call Caché server functions.
Jiri
Are these (Caché and Ensemble) systems in production or development?
Emsemble is Caché + Some classes. So the easiest solution would be to move Caché application into Ensemble instance.
Example of calling Ensemble from Caché is available in Demo.ZenService.Zen.WeatherReportForm class, GetWeatherReport method in ENSDEMO namespace.