sql server notification services:
Hi, I've to implement a existing Notification Service Solution (ASP, C#) into our CMS (Livelink, Obtree 4). So far I know it is not possible to integrate the hole solution directly into this Content Management System. Because our client doesn't want to implement the solution with iframe, my idea was to rebuild the web application directly in the CMS and access the NS-Databases via the CMS-supported server side language JavaScript (ECMA Script). Is it possible to wirte a solution in server-side JavaScript without using the API of the .Net Framework? I've passed through a lot of the MSDN pages about this topic, but I couldn't really found something. But if i'm not wrong, it should be possible to use the hosted Standard Event Providers to manage the DB entries (Events, Subscriptions) without touching the API of the ASP.NET Framework. Can anybody help?
Or could this be done by accessing the views and stored procedures of the Instance and application DB?
best for continuity to go via the API. to access this from script which as you say is your best chance with CMS it might be easiest to write a couple of web services that can execute the API stuff you need and that you can easiliy call from script this is similar to how the sharepoint API works and as CMS and sharepoint are going to be merged later this year that could be relevant. kate
Unfortunatly i never touched web services so far. How would I write those services and execute the API methods in my JavaScript code? Can you give me some more information or good resources on the web. Thanks!
Don't see what you're looking for? Try a search.
|