0
votes

I have simple asp.net mvc web application that communicates with the Alfresco DMS thru the CMIS api (soap). I want to be able open document in Microsoft Office (lets say version 2007 and above) directly from my web page, edit this document in Office and save the document via Save button in Office to the alfresco repository.

Is there anyway to this via WebDAV protocol?

1
I think you probably want the Alfresco SharePoint Protocol Integration rather than straight WebDAV, did you try that? - Gagravarr
Well thanks very much, I will try it for sure. - clpx

1 Answers

0
votes

Promoting a comment to an answer

If you want to integrate with Alfresco from within Microsoft Office, then there is a very easy way to do it, but it isn't regular WebDav. Instead, what you want is the SharePoint Protocol Integration. With this, Alfresco pretends to Office to be SharePoint. All the integration you normally get between Office and SharePoint then works between Office and Alfresco.

Once you've installed the SPP/Vti amp, and suitably configured it, then in Share you should be able to pick "Edit Online" for a document. This will fire up Office, which'll talk to Alfresco to load, save etc the document. You can then work on the document from within office, and save it back to Alfresco when you're done, just as you would do if you had SharePoint.