Craig’s Musings

Thoughts about software architecture, books and life

...nature speaks...

Entries Tagged as 'DFS'

DFS Object service consumer #2b

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

TweetIn 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: internal class ServiceContextHeader : MessageHeader { private string repositoryName = [...]

[Read more →]

Tags:···

DFS Object service consumer #2a

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

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

[Read more →]

Tags:···

DFS Object service consumer #1

July 15th, 2008 · 3 Comments · Content management, DFS

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

[Read more →]

Tags:···

Web services, Microsoft developers, WSF and DFS

July 7th, 2008 · No Comments · Content management, DFS

TweetShortly after the Documentum 5.2.5 release, customer interest in web services piqued in conjunction with Documentum’s investment in services via service-based business objects. SBOs, as they’re typically referred to, are supported in the Business Object Framework (BOF), which is the codified customization framework for DFC. So, in order to preserve customer investment in SBOs, the [...]

[Read more →]

Tags:··

Resetting the interop button

June 28th, 2008 · No Comments · Content management, DFS

TweetExecutive Summary Since this is a longer post (actually a set of posts), allow me to summarize the main points from the get-go as follows: DFC Primary Interop Assembly (PIA) and the underlying Documentum Java-COM Bridge (DJCB) support the DFC 5.3 API. That is, interface changes in DFC 6.x are not reflected in the DJCB [...]

[Read more →]

Tags: