Right now, I have a Space with documents, If I go to the Space then I click 'More Action' / 'View Details', then I see the details of the Space, then I click 'View in WebDav' and Its open a new window with this URL: http://localhost:8080/alfresco/webdav/GOBIERNO/Reportes
I need to share with other applications the documents inside alfresco, I was thinking in webdav link of the space, but I only want to share specific documents NOT all… Is there a way to do that? anyone have another idea or solution…? I really appreciate your help.
No you cannot do that. But you could write a simple FreeMarker based Template or WebScript page that provides the results you want. You can pass URL arguments to templates/webscripts (such as the path you want and the search) and perform all the work using the template APIs and display the results. See the examples here: http://wiki.alfresco.com/wiki/Template_Guide and http://wiki.alfresco.com/wiki/Web_Scripts