<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Edit Word Document through URL viaWebdav in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/edit-word-document-through-url-viawebdav/m-p/214661#M167791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the following Problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm implementing an Interface in Java for an internal Tool to the Alfresco Repository, which gives Access to the Alfresco Document Managment System. One of the Requirements to this Interface is a Method that returns a Link to a Document through which it is possible to edit a Document. So far i got it to return the Link to Alfresco Space containing the Document. The User then can click on "Edit Online", but as it turns out the following should be possible:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The User clicks on the Link inside the Tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. A Microsoft Office Word 2003 Window with the Document opens&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The User makes changes in the Document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. The User clicks "Save" and the Document is beeing saved in Alfresco (Versioning should be done automatically)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "Edit Online" Action in the Alfresco UI works fine, but it is supposed to work without the UI, so that the User doesn't have to see the UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Standard Browser is Internet Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found out that behind the "Edit Online" Button is JavaScript that seems to call an ActiveX Object which opens the a WebDav URL inside Microsoft Word. How do I reuse the Code behind this Action for my Purpose? Maybe Someone has a better Idea on how to get this Requirment to work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 14:43:43 GMT</pubDate>
    <dc:creator>j_pfeifer_</dc:creator>
    <dc:date>2009-12-09T14:43:43Z</dc:date>
    <item>
      <title>Edit Word Document through URL viaWebdav</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-word-document-through-url-viawebdav/m-p/214661#M167791</link>
      <description>Hello,i have the following Problem:I'm implementing an Interface in Java for an internal Tool to the Alfresco Repository, which gives Access to the Alfresco Document Managment System. One of the Requirements to this Interface is a Method that returns a Link to a Document through which it is possible</description>
      <pubDate>Wed, 09 Dec 2009 14:43:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-word-document-through-url-viawebdav/m-p/214661#M167791</guid>
      <dc:creator>j_pfeifer_</dc:creator>
      <dc:date>2009-12-09T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Word Document through URL viaWebdav</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-word-document-through-url-viawebdav/m-p/214662#M167792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does no one have any Idea on what to do or where to look, that might be helpful to my Problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did I post this Issue in the right Subforum / Category?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:44:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-word-document-through-url-viawebdav/m-p/214662#M167792</guid>
      <dc:creator>j_pfeifer_</dc:creator>
      <dc:date>2010-01-14T09:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Word Document through URL viaWebdav</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-word-document-through-url-viawebdav/m-p/214663#M167793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to do something similar.&amp;nbsp; I want to embedded a link in a page to allow the user to directly open a Word document in edit mode using Word 2007/Windows XP.&amp;nbsp; Using IE or Firefox with the webdav add-on, it always opens the document read-only when I use the document's webdav url.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I open the document for editing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried it for document repository (8080) and Share (7070) documents, always with the same result.&amp;nbsp; Here is an example url:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:7070/alfresco/Project_Number_1/documentlibrary/2nd%20dtry%20test%201.docx" rel="nofollow noopener noreferrer"&gt;http://localhost:7070/alfresco/Project_Number_1/documentlibrary/2nd%20dtry%20test%201.docx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was experimenting with webdav, but ultimately want the word document to open with the Sharepoint protocol functions activated (e.g., Document Management Pane, Server Word Button).&amp;nbsp; I currently have all of the vti parameters configured and they are working well when I open Word directly.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a url format for Sharepoint protocol support?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*******************************************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Quick update since posting this item:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found what I was looking for in the following forum post: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=3&amp;amp;t=19885" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=3&amp;amp;t=19885&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The key is webdav.js as noted in that post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 21:42:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-word-document-through-url-viawebdav/m-p/214663#M167793</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-02-24T21:42:43Z</dc:date>
    </item>
  </channel>
</rss>

