cancel
Showing results for 
Search instead for 
Did you mean: 

Webscripts call

cloisel
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

cloisel
Champ in-the-making
Champ in-the-making
Hi everyone,

I found out how to process:

remote.connect("alfresco").call("uri");

Thanks.