Craig’s Musings

Thoughts about software architecture, books and life

...nature speaks...

Entries Tagged as 'DFS'

Dynamic value assistance using DFS

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

TweetContinuing 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

TweetEarlier 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:·······

Developing with DFS in an IDE

September 3rd, 2008 · No Comments · Content management, DFS

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

[Read more →]

Tags:·····

Documentum 6.5 with services in mind

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

TweetYou may have seen this week’s press release (PR) concerning the launch of the EMC Documentum 6.5 platform. Given that this blog is referenced in the PR’s sidebar, I thought it would be appropriate for me to offer my perspective on this release. When the Documentum Foundation Services (DFS) team first embarked on its mission [...]

[Read more →]

Tags:···

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:···