0

What are some of the known options for accepting CMIS requests in .NET? I need to accept documents from a CMIS client AtomPub feed and forward them to M-Files DMS which is not CMIS compliant.

Is there a .NET equivalent of the OpenCMIS Server Framework or would this likely be a manual process of consuming the feed?

Dan Lowe
  • 51,713
  • 20
  • 123
  • 112

1 Answers1

1

Use DotCMIS to read from the CMIS repository, then the M-Files .NET API to write to M-Files.

Jeff Potts
  • 10,468
  • 17
  • 40