Pretty easy with the Velocity plugin which is so much more powerful than the WS_REST plugin...
See the attached solution and config.json file in the zip file:
velocity.zip
You need to add the latest (v3.6.3) Velocity plugin in your /application_server/plugins - you can download the distribution here:
https://www.servoyforge.net/projects/velocity-report/files - you just need the content of the "plugins" folder from the zip distribution.
Then create a "reports" folder (name doesn't matter) somewhere on the file system with a "www" folder (name matter) and place the "config.json" file in it.
In servoy-admin/plugin-settings set the value of the "velocityreport.reportfolder" property to the path where you've put the reports folder.
Then instead of using "rest_ws" in your url, use "velocity":
- Code: Select all
http://localhost:8183/servoy-service/rest_ws/avanti_api/api_web_service/...
becomes
http://localhost:8183/servoy-service/velocity/avanti_api/api_web_service/...
You do not have the required permissions to view the files attached to this post.