Configuring Native OGC Services Support
Beginning with FME Server 2016, Safe Software recommends providing Open Geospatial Consortium (OGC) services by configuring FME Desktop workspace templates that implement the OGC standard, and registering them to the FME Server Data Streaming Service to provide output. This method provides fuller control over OGC features than previous OGC services that were native to FME Server.
To get started, workspace templates are available for both the OGC Web Feature Service (WFS) and OGC Web Mapping Service (WMS). You can then configure them to provide basic services with your data. For instructions and downloads, see the following:
- OGC WFS: How to Create a WFS Service Using FME Server
- OGC WMS: How to Create a WMS Service Using FME Server
Although native OGC service support remains available in FME Server, it is deprecated and must be configured manually:
- If your FME Server is an Express installation , or your distributed installation is configured to use the Apache Tomcat servlet provided with the installation, rename file fmeogc.war.rename to fmeogc.war. This file is located in <FMEServerDir>/Utilities/tomcat/webapps.
- Navigate to <FMEServerDir>\Clients\utilities.
- Rename file serviceWorkspaceDefs.xml to serviceWorkspaceDefs_new.xml.
- Rename file serviceWorkspaceDefs_old.xml to serviceWorkspaceDefs.xml.
- Navigate to <FMEServerDir>\Server\config\.
- Rename file installer.json to installer_new.json.
- Rename file installer_old.json to installer.json.
- Navigate to <FMEServerDir>\Clients\utilities.
- Run file configureDemoWorkspaces.bat.
- Restart the FME Server Application Server.