Release
To install:
- Import 20161.xml (for Caché 2016.1) or 201162.xml (for Caché 2016.2+) into any namespace
- Create new web application
/forms
with Dispatch classForm.REST.Main
- Open
http://localhost:57772/forms/test?Debug
in browser to validate install (should output{"Status": "OK"}
and possibly prompt for password). - If you want test data, call:
do ##class(Form.Util.Init).populateTestForms()