Hi Guys,
We use D6.5 SP2 and are researching the interfacing with one system to Documentum. The business question is simple. Is is possible (and how) to retrieve a document from Documentum (based on r_object_id) and show it as to the user. The other system is an ASP.net website that will be sending the request to Documentum. The other system knows already the object_id.
Now i've made this in a .net Windows application by using System.Diagnostics.
Process.Start(IDFsysobject.getfile()).
This works in a Windowsappliation just fine.
Is there a way, and hopefully does anyone have sample code, possible with a asp.net web application?