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 [...]
DFS Object service consumer #2b
July 16th, 2008 · No Comments · Content management, DFS
Tags:DFS·SDK·Visual Studio·WCF
DFS Object service consumer #2a
July 16th, 2008 · 10 Comments · Content management, DFS
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 [...]
Tags:DFS·SDK·Visual Studio·WCF
DFS Object service consumer #1
July 15th, 2008 · No Comments · Content management, DFS
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 [...]
Tags:DFS·SDK·Visual Studio·WCF







