Calling a webscript in js client side
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2015 05:25 AM
Hello,
I need to call the webscript with this url: components/documentlibrary/sharedfiles-tree into a js client side file . I use a popup to display the webscript:
When I apply reload my page, and my action gets executed ,a popup appears with a failure message : "Echec" in French .
What should I use a url ? I ve tried to use this : url: Alfresco.constants.PROXY_URI + "components/documentlibrary/sharedfiles-tree", but I have the same problem ;
Help please
Thank u in advance.
I need to call the webscript with this url: components/documentlibrary/sharedfiles-tree into a js client side file . I use a popup to display the webscript:
Alfresco.util.PopupManager.displayWebscript ({ title: "T", method: "GET", url: "components/documentlibrary/sharedfiles-tree", properties:{} } );
When I apply reload my page, and my action gets executed ,a popup appears with a failure message : "Echec" in French .
What should I use a url ? I ve tried to use this : url: Alfresco.constants.PROXY_URI + "components/documentlibrary/sharedfiles-tree", but I have the same problem ;
Help please

Thank u in advance.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2015 07:36 AM
