My friend and colleague Paul Warren recently posted content that talks about the creation of Enterprise Content Services (like those in DFS) in the context of an integrated development environment (IDE):
Creating DFS services using Documentum Composer
Creating DFS services using the Eclipse IDE for Java EE Developers
WTP support is something the Composer team is hard at [...]
[Read more →]
Tags:Composer·DFS·Eclipse·ECS·SDK·WTP
In our previous conversation, we left with a missing header to resolve. This post will resolve this issue and wrap-up the sample DFS Object service consumer based on direct proxy via Visual Studio/WCF.
First, we need to introduce a new internal class, ServiceContextHeader, as follows:
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode [...]
[Read more →]
Tags:DFS·SDK·Visual Studio·WCF
Rather than leverage the DFS SDK-based .NET assemblies to consume DFS services, some may prefer to leverage Visual Studio’s ability to proxy WSDL/XSD directly and choose instead to involve the Windows Communication Foundation (WCF) designer via Add Service Reference… In this post, I will discuss just such a sample application.
As in the previous example, we’ll [...]
[Read more →]
Tags:DFS·SDK·Visual Studio·WCF
In a previous post, I introduced web service support in the EMC Documentum platform for the Microsoft-oriented developer. (BTW, sorry for the time lapse since that post to this one–busy getting an important set of products ready for on-time release. ) In this post, I will focus on such support as provided with DFS [...]
[Read more →]
Tags:DFS·SDK·Visual Studio·WCF