Organize Service Factory Assembly Files

With the Service Factory set up, you can build any necessary assembly files to bring the workspace to life. The image below shows a sample organization structure of assembly files.

A sample organization structure of assembly files with a blue highlight over Dependencies.

Notice that the Service Factory assembly file is separate, and a folder holds all necessary factory controller files. The workspaces use one of each calls from the Service Factory assembly file.

While you can refer to business rules created as assemblies in other workspaces, you cannot refer to service types from other workspaces. This means a lighter syntax is required when calling business rules throughout the workspace. The following sections highlight the syntax used to reference the service types.