Webscripts call
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 05:49 AM
Good morning everyone,
I installed AlfrescoLabs3.0Stable (so 3.1) and it's working ok.
However, I created a webscript using cmis query in order to retrieve all users documents. Now, I'm trying to call this webscript from a new one.
How could I proceed? I've seen something like remote.connect in order to connect to alfresco and obj.call(uri) in order to call the first webscript.
But it says: ReferenceError: "remote" n'est pas défini (AlfrescoScript#3).
Is there any other solution?
Thanks in advance.
CLoisel
I installed AlfrescoLabs3.0Stable (so 3.1) and it's working ok.
However, I created a webscript using cmis query in order to retrieve all users documents. Now, I'm trying to call this webscript from a new one.
How could I proceed? I've seen something like remote.connect in order to connect to alfresco and obj.call(uri) in order to call the first webscript.
But it says: ReferenceError: "remote" n'est pas défini (AlfrescoScript#3).
Is there any other solution?
Thanks in advance.
CLoisel
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 03:30 AM
Hi everyone,
I found out how to process:
remote.connect("alfresco").call("uri");
Thanks.
I found out how to process:
remote.connect("alfresco").call("uri");
Thanks.
