<?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 Re: &amp;lt;@makeurl /&amp;gt; equivalent for webscripts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290556#M243686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry I am not very clear about your mean by a web script 'environment'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please restate your requirement?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you want to customize a webscript or do you want to call existing webscript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From where do you want to call the webscript ?share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the function&amp;nbsp; of your webscript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 00:10:18 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2014-04-25T00:10:18Z</dc:date>
    <item>
      <title>&lt;@makeurl /&gt; equivalent for webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290553#M243683</link>
      <description>I wanted to know, if there's a quick way to mimic the convenient &amp;lt;@makeurl asset=asset/&amp;gt; which is found in wcmqs.Basically I need to retrieve for a specific website a full list of assets./folder/folder1/assetname1.html/folder/folder1/assetname2.html/folder/folder2/assetname3.html/folder/folder</description>
      <pubDate>Wed, 23 Apr 2014 12:47:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290553#M243683</guid>
      <dc:creator>leonardo_celati</dc:creator>
      <dc:date>2014-04-23T12:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;@makeurl /&gt; equivalent for webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290554#M243684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you want to get the document url throught webscripts api ? I'm afraid it is not possible out of box .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems it is feasible to build document url using cmis atom binding,but when client user click the url ,he will be asked to provide his authentication. So I think it is not a good ideal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can construct a url using node id for every asset returned by your cmis query,your url will send request to your proxy servlet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;/yourproxysevlet?nodeid= nodeid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And in you proxy sevlet get the document id and current user credentials information, then use cmis api download file from repository and send stream to user browser.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 09:20:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290554#M243684</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-04-24T09:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;@makeurl /&gt; equivalent for webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290555#M243685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The list I am preparing is not meant to be served and clicked by the users, but this is definitely a suggestion I would take into account for other works I am doing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide an example of building the url starting from the node id ? Or at least point out the relevant api or methods for doing that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I specified I am in a web script 'environment'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, a correction to my question is needed because I probably have used wrong terms: it is not a url I am trying to build, but just the full path starting from the site root.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 09:45:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290555#M243685</guid>
      <dc:creator>leonardo_celati</dc:creator>
      <dc:date>2014-04-24T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;@makeurl /&gt; equivalent for webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290556#M243686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry I am not very clear about your mean by a web script 'environment'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please restate your requirement?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you want to customize a webscript or do you want to call existing webscript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From where do you want to call the webscript ?share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the function&amp;nbsp; of your webscript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 00:10:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lt-makeurl-gt-equivalent-for-webscripts/m-p/290556#M243686</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-04-25T00:10:18Z</dc:date>
    </item>
  </channel>
</rss>

