<?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: Calling JavaScript API from Independant Application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235167#M188297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Web scripts are simply a web interface. They are not as full-featured as web services, but they can return pretty much anything you want, in the format you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you need to create a request via the web, in POST or GET form, to a web script, and it will return a result in some form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out the wiki (wiki.alfresco.com) for Web Scripts. Look for how to get to the Web Script console. This allows you to list out the web scripts, including the interface, usage, and arguments. They are categorized along the lines that you suggest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL for the Web Script console will look like: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt; – substitute your server as appropriate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 15:33:34 GMT</pubDate>
    <dc:creator>invictus9</dc:creator>
    <dc:date>2010-05-25T15:33:34Z</dc:date>
    <item>
      <title>Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235164#M188294</link>
      <description>Hello Experts,Is it possible to call JavaScript API of alfresco from an Independant Application?If yes how to import these scripts?Is sample login code is available?RegardsSameer</description>
      <pubDate>Fri, 21 Aug 2009 01:27:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235164#M188294</guid>
      <dc:creator>spatils</dc:creator>
      <dc:date>2009-08-21T01:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235165#M188295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No you can't.&amp;nbsp;&amp;nbsp; The Java and JavaScript APIs are local and not remote APIs.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we will typically do is to use a web script to run a piece of Java Script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 08:01:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235165#M188295</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-08-21T08:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235166#M188296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i call a web script from a PHP file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have alfresco 3.3 instance in a seperate machine and my PHP application in my local machine. In the PHP file how can i call the web script to perform the below operations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Creating/Managing User Groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Association of users to groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Associating groups to spaces and permission for the same&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Removing of users from spaces&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Creating spaces&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me. Sample code implementation would be great. Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 06:26:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235166#M188296</guid>
      <dc:creator>sonanaren</dc:creator>
      <dc:date>2010-05-25T06:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235167#M188297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Web scripts are simply a web interface. They are not as full-featured as web services, but they can return pretty much anything you want, in the format you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you need to create a request via the web, in POST or GET form, to a web script, and it will return a result in some form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out the wiki (wiki.alfresco.com) for Web Scripts. Look for how to get to the Web Script console. This allows you to list out the web scripts, including the interface, usage, and arguments. They are categorized along the lines that you suggest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL for the Web Script console will look like: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt; – substitute your server as appropriate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 15:33:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235167#M188297</guid>
      <dc:creator>invictus9</dc:creator>
      <dc:date>2010-05-25T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235168#M188298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which API can be used to call alfresco search from a jsp/servlet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 11:29:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235168#M188298</guid>
      <dc:creator>samsam</dc:creator>
      <dc:date>2011-10-07T11:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235169#M188299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CMIS, WebServices, WebScripts, RMI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 11:46:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235169#M188299</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-10-07T11:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235170#M188300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you specify which RMI to use?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 11:07:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235170#M188300</guid>
      <dc:creator>samsam</dc:creator>
      <dc:date>2011-10-10T11:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235171#M188301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can RESTful or REST API be used for calling alfresco search from jsp/servlet? If not Restful API, can you specify the API thats is used for this purpose?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:05:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235171#M188301</guid>
      <dc:creator>samsam</dc:creator>
      <dc:date>2011-10-11T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235172#M188302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do I execute CMIS queries from javascript? As I am new to alfresco I am facing some issues in this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 13:01:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235172#M188302</guid>
      <dc:creator>samsam</dc:creator>
      <dc:date>2011-10-13T13:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calling JavaScript API from Independant Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235173#M188303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you new to alfresco or to web technologies in general?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As invictus9 pointed out, you can find a list of the webservices available here: &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt; – substitute your server as appropriate.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Find one that would suit your needs and look at the return format, it will be either json or xml or html or whatever format allowed by the webservice that you which to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can easily call these urls from your php, either to POST some data or to GET some informations out of alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 13:19:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/calling-javascript-api-from-independant-application/m-p/235173#M188303</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2011-10-13T13:19:15Z</dc:date>
    </item>
  </channel>
</rss>

