I want to automate the deployment of fme workspaces
So that I can deploy fme code alongside the rest of my solution
Given that I have one or more fmw files that have been developed using FME desktop as part of a wider solution
When I run my silent install/automated deployment
Then there is an FME server workspace for each source fmw file
and the workspaces are in the correct target repositories
and these are available to the solution through the rest api
On install, the default workspaces of fme server 2014 SP3 are installed using a script (configureDemoWorkspaces.bat) that calls out to java and a class (WorkspaceServiceInstaller) which uses an xml file (serviceWorkspaces.defs) to control which services to create - Is the WorkspaceServiceInstaller java class documented anywhere?