Craig’s Musings

Thoughts about software architecture, books and life

...down the tracks...

Entries Tagged as 'DFS'

Addressing MaxReceivedMessageSize issues

April 20th, 2009 · 2 Comments · DFS, Services, Technology

If you’re a .NET-based consumer of Enterprise Content Services (e.g. those offered via Documentum Foundation Services) and you experience a Windows Communication Foundation CommunicationException having to do with MaxReceivedMessageSize, you may be interested in the details of this post. This post applies both to direct-to-WSDL consumers and also to consumers that leverage the DFS productivity [...]

[Read more →]

Tags:···········

Dynamic value assistance using DFS

February 5th, 2009 · No Comments · Content management, DFS, Services

Continuing my collaboration with John Sweeney (or his collaboration with me), today we’ll examine the DFS Schema service and do so in .NET as a direct-to-WSDL consumer. This tutorial builds upon a previous tutorial; so, if you’re not already familiar with it, please read this post and play with this sample. You’ll also need and [...]

[Read more →]

Tags:·······

Consuming DFS WSDL in Visual Studio

January 15th, 2009 · 3 Comments · Content management, DFS, Services

Earlier today I posted to EDN a new sample project that demonstrates consuming DFS web services directly from their WSDL in a Visual Studio 2008 environment. Right up front, I want to credit my colleague John Sweeney, who really should start blogging, with providing the original work contained in this sample. My subsequent contribution was [...]

[Read more →]

Tags:·······

DFS Object service consumer #2b

July 16th, 2008 · 6 Comments · Content management, DFS

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 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 [...]

[Read more →]

Tags:···