<?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: Help with creating web-scripts in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/help-with-creating-web-scripts/m-p/31711#M13451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this link could be useful:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/6463958/how-can-i-be-able-to-create-a-folder-node-on-companyhome-in-alfresco" title="https://stackoverflow.com/questions/6463958/how-can-i-be-able-to-create-a-folder-node-on-companyhome-in-alfresco" rel="nofollow noopener noreferrer"&gt;java - How can I be able to create a folder node on companyhome in Alfresco? - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After upload the files to "Repository" you have to check if the new webscript is available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visit the url:&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8383/alfresco/service/index" title="http://localhost:8383/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8383/alfresco/service/index&lt;/A&gt;&amp;nbsp; (it depends of your alfresco server) and click on "Refresh Web Scripts"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test the example:&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8383/alfresco/service/createfolder?folder=test123" title="http://localhost:8383/alfresco/service/createfolder?folder=test123" rel="nofollow noopener noreferrer"&gt;http://localhost:8383/alfresco/service/createfolder?folderName=test123&lt;/A&gt;&amp;nbsp;(something like that changing server and port) and you'll obtain a response similar to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Successfully created a folder with the following metadata:&lt;/SPAN&gt;&lt;BR style="color: #000000;" /&gt;&lt;SPAN style="color: #000000;"&gt;Name: test123&lt;/SPAN&gt;&lt;BR style="color: #000000;" /&gt;&lt;SPAN style="color: #000000;"&gt;ID: d241a1ff-ab61-4002-a1fb-367e4f626309&lt;/SPAN&gt;&lt;BR style="color: #000000;" /&gt;&lt;SPAN style="color: #000000;"&gt;Noderef: workspace://SpacesStore/d241a1ff-ab61-4002-a1fb-367e4f626309&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This folder are created under "Repository" but you can try to find exactly what you need, I mean create a folder under userHome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2017 12:30:28 GMT</pubDate>
    <dc:creator>calvo</dc:creator>
    <dc:date>2017-08-04T12:30:28Z</dc:date>
    <item>
      <title>Help with creating web-scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/help-with-creating-web-scripts/m-p/31710#M13450</link>
      <description>Hi, I'm new to Alfresco and according to some needs, I need to work on some web-scripts to automate a few things. I got into it followig some examples from JavaScript API Cookbook | Alfresco Community but I can't seem to get them to work.I made a simple script with Javascript to create a folder, mak</description>
      <pubDate>Thu, 03 Aug 2017 12:54:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/help-with-creating-web-scripts/m-p/31710#M13450</guid>
      <dc:creator>mperez</dc:creator>
      <dc:date>2017-08-03T12:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with creating web-scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/help-with-creating-web-scripts/m-p/31711#M13451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this link could be useful:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/6463958/how-can-i-be-able-to-create-a-folder-node-on-companyhome-in-alfresco" title="https://stackoverflow.com/questions/6463958/how-can-i-be-able-to-create-a-folder-node-on-companyhome-in-alfresco" rel="nofollow noopener noreferrer"&gt;java - How can I be able to create a folder node on companyhome in Alfresco? - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After upload the files to "Repository" you have to check if the new webscript is available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visit the url:&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8383/alfresco/service/index" title="http://localhost:8383/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8383/alfresco/service/index&lt;/A&gt;&amp;nbsp; (it depends of your alfresco server) and click on "Refresh Web Scripts"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test the example:&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8383/alfresco/service/createfolder?folder=test123" title="http://localhost:8383/alfresco/service/createfolder?folder=test123" rel="nofollow noopener noreferrer"&gt;http://localhost:8383/alfresco/service/createfolder?folderName=test123&lt;/A&gt;&amp;nbsp;(something like that changing server and port) and you'll obtain a response similar to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Successfully created a folder with the following metadata:&lt;/SPAN&gt;&lt;BR style="color: #000000;" /&gt;&lt;SPAN style="color: #000000;"&gt;Name: test123&lt;/SPAN&gt;&lt;BR style="color: #000000;" /&gt;&lt;SPAN style="color: #000000;"&gt;ID: d241a1ff-ab61-4002-a1fb-367e4f626309&lt;/SPAN&gt;&lt;BR style="color: #000000;" /&gt;&lt;SPAN style="color: #000000;"&gt;Noderef: workspace://SpacesStore/d241a1ff-ab61-4002-a1fb-367e4f626309&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This folder are created under "Repository" but you can try to find exactly what you need, I mean create a folder under userHome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 12:30:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/help-with-creating-web-scripts/m-p/31711#M13451</guid>
      <dc:creator>calvo</dc:creator>
      <dc:date>2017-08-04T12:30:28Z</dc:date>
    </item>
  </channel>
</rss>

