Hello,
I am software developer & am working on integration of one of my .NET applications with Documentum. Could anyone Help me out with some .NET API implementation samples??
Regards
Abhishek
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Try this:
http://developer.emc.com/developer/samplecode.htm
This is 5.3 code and may not work if you are using newer Documentum version
If you use a newer version of Documentum (6+), I advise you to look into DFS.
DFS is the WebServices framework for Documentum, and afaik the only supported way of accessing Documentum content from .NET in Documentum 6+.
Thanks Bart. I am using Documentum version 6.0 SP1.
I was advised to use DFC from the current Documentum Support Team. what do I need to instal DCF or DFS for accessing the webservices? Kindly suggest. I am currently in a soup.
Thanks & Regards
Abhishek Chamaria
I suggest you to have a look at DFS first and evaluate if it meets your requirement. DFS 6.0SP1 enables a set of Documentum core web service. You need to install DFS server (Java implementation) into an application server and consume its .NET Productivity Layer client. You are also able to customize your .NET web service with DFS SDK or Microsoft tools.
DFS 6.0SP1 .NET Productivity Layer relies on WSE3.0 and 6.5+ versions rely on WCF.
Regards,
William