Aniruddha, Not a combination you hear often.. :-)
MarkLogic has out of the box support for webdav. That is the simplest way of ingesting content into MarkLogic, regardless of where it is coming from. If you have the ability to utilize Java code (or .Net), then there are several additional approaches possible. You could set up an XDBC server, using the XCC library to communicate with that. There are several Java libraries readily available to facilitate with loading content as well. You can find more about these on this page: http://developer.marklogic.com/code You could also setup an HTTP server within MarkLogic Server that serves as a REST interface for documents of any kind. It all depends on what capabilities are at your disposal from the side of Documentum on one side, and what you would like to do with the documents within MarkLogic Server on the other side.. Kind regards, Geert > drs. G.P.H. (Geert) Josten Consultant Daidalos BV Hoekeindsehof 1-4 2665 JZ Bleiswijk T +31 (0)10 850 1200 F +31 (0)10 850 1199 mailto:[email protected] http://www.daidalos.nl/ KvK 27164984 De informatie - verzonden in of met dit e-mailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. > From: [email protected] > [mailto:[email protected]] On Behalf Of > Aniruddha > Sent: vrijdag 26 november 2010 14:08 > To: [email protected] > Subject: [MarkLogic Dev General] How to intregrate between > Documentum6.6 and Marklogic 4.2 > > Hi All, > > Is it possible to integrate Marklogic 4.2 with Documentum 6.6 > ? The requirement is like below: > > 1. User will insert documents(MS word/PDF) into application. > > 2. Application will ingest the documents into documentum > > 3. Workflow will be applied on documents. > > 4. When status of the documents will be Ready to > Publish, application converts the documents into > xml(content),rdf(metadata). > > 5. Xml and rdf will be ingested into Marklogic. > > > > Here, we want to integrate documentum and Marklogic(step 4 > and 5). Can anyone help us in this regard? > > > > Thanks in Advance, > > Aniruddha > > _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
