Documentum Foundation Services service pack is coming. It will contain many performance improvements, as well as .NET layer support which will allow DFS developers to create .NET proxies for their custom services and invoke services through similar to DFS Java API.
Here is rough example of .NET client written in C#:
……
ContextFactory contextFactory = ContextFactory.Instance;
IServiceContext serviceContext = contextFactory.NewContext();ContentTransferProfile transferProfile = new ContentTransferProfile();
transferProfile.TransferMode = ContentTransferMode.MTOM;RepositoryIdentity repoId = new RepositoryIdentity(repository, username, password, domain);
serviceContext.AddIdentity(repoId);
serviceContext.SetProfile(transferProfile);// Registering context into Context Registry Service
IServiceContext registeredContext = contextFactory.Register(serviceContext);// Now we create and call a service
ServiceFactory factory = ServiceFactory.Instance;
ICustomService service = factory.GetRemoteService<ICustomService>(registeredContext);// Finally we invoke service’s method.
service.SomeMethod();
……
As you can see, working with DFS through .NET is much easier now, than working with bare WSDL. I will provide complete example soon.
4 Responses
Custom DFS service development. .NET Client. Part 3. by DFS Notes
November 20th, 2007 at 4:08 pm
1[…] is source code which creates and invokes HelloWorldService. As I said in my previous post DFS 6.0 SP1 is coming, Java and .NET DFS API’s are very similar to each other, there is no conceptual differences […]
Vladik
June 14th, 2010 at 12:01 am
2< a href=”http://avto-himki.ru/ ailwmxy@yznyirj.ru” >1< / a >…
no more…
ERNESTO
July 7th, 2010 at 12:29 am
3< blockquote >< a href=”http://pillspot.org/”>PillSpot.org. Canadian Health&Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. High quality pills. Order pills online< /a >…
Buy:Viagra Professional.VPXL.Tramadol.Viagra Super Active+.Cialis Super Active+.Zithromax.Cialis.Viagra.Propecia.Viagra Soft Tabs.Cialis Soft Tabs.Super Active ED Pack.Viagra Super Force.Cialis Professional.Levitra.Maxaman.Soma….
DALE
July 21st, 2010 at 7:53 pm
4< blockquote >< a href=”http://medicamentspot.com/”>MedicamentSpot.com. Canadian Health&Care.No prescription online pharmacy.Best quality drugs.Special Internet Prices. Low price pills. Buy pills online< /a >…
Buy:Petcam (Metacam) Oral Suspension.Mega Hoodia.Synthroid.Nexium.Zovirax.Prednisolone.100% Pure Okinawan Coral Calcium.Valtrex.Actos.Prevacid.Lumigan.Human Growth Hormone.Zyban.Retin-A.Accutane.Arimidex….
RSS feed for comments on this post · TrackBack URI
Leave a reply
You must be logged in to post a comment.
Categories
Archives
Links
Meta
Calendar
Recent Entries
Recent Comments
Most Commented
DFS Notes is proudly powered by WordPress - BloggingPro theme by: Design Disease