Hi
I'm trying the tutorial / article about "How to create a WMS Service using FME Server". I've published the first workbench (GetCapabilities), but I'm having some problems with the last one (GetPNG). I've modified the FME_SERVER_REQUEST_URI to match the result from my FME Server.
When I try to run the GetPNG workbench, the FeatureReader only outputs Schema and Initiator, and not the Generic-port which are used later in the workspace. I've tried reading from ESRI Geodatabase (.sde) and from the corresponing Azure-database (Microsoft Azure SQL Database Spatial). If I try to manually select the feature types to read, I can select the ones that I've included in my URL and which is used in GetCapabilities. How do I get the generic-port to work?