Creating a description document

As the primary purpose of the web script is to return the content location, let's use the web script ID as contentlocation. We will use the HTTP GET method as we are going to retrieve the information for a node.

As a first step, create a description document for the web script. Create a file named contentlocation.get.desc.xml that has the following content:

<webscript> <shortname>Get content location and size</shortname> <description>Gets the physical location for the content and size of the content</description> <url>/getContentLocation?nodeid={nodeid}</url> <url>/getContentLocation.json?nodeid={nodeid}</url> <url>/getContentLocation.xml?nodeid={nodeid}</url> <format default="json">extension</format> <authentication>user</authentication> ...

Get Learning Alfresco Web Scripts now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.