Before you can use the Web Services API you need in run the installer you received from your HotDocs representative.
The installer for the Web Services API creates a site in your local IIS named ‘HDSWebAPI’ at the port number you assign during the install process. The installer also creates a new application pool named ‘HDSWebAPIAppPool’ that is assigned to the site, and gives the user ‘NETWORK SERVICE’ full permissions to the site in order for it run.
After installing the Web Services API you can access the following files in your root destination folder (set in step 2 above):
There are only two settings you can edit in the web.config file. You can change the location of the Content folder and you can choose not to allow users to upload templates to your site.
To change the location of the Content folder
To stop users from uploading templates to your site
You can find the template cache in the Content folder in the root directory. HotDocs creates a new folder for each template package (.hdpkg) uploaded. The new folder is named with the template package ID.
Unlike Cloud Services, the template cache in Web Services API is permanent.
Web Services API uses log4net for logging, you can view the log4net.config file in the root directory. It is configured to create a text file (log.text) which you can view in the Logs folder (also located in the root directory), and to write to the system event log which you can view from the event manager.