Hello FME community,
I have a fairly complex series of workspaces that dynamically harvest, validate and write featuretypes. We harvest using WFS and online GML.
I have an issue where in FME Desktop (2018.1.2-b18590) the FeatureReader reads both the schema and the features, but in FME Server (2019.0-b19238) it doesn't create a schema feature in the gml FeatureReader, so when I want to dynamically write to my database it doesnt recieve a schema feature.
The XSD and the GML are findable and downloadable by FME Server. The steps to reproduce this behaviour is to run it in Desktop, publish it FME Server.
See attached an isolated Workspace to show my problem with the logfile saying in FME Server:
103 INFO Merged 0 schema features read from 1 datasets into 0 resulting feature types
104 WARN UniversalReader -- readSchema resulted in 0 schema features being returned
105 WARN Reader Parameter(0) = >https://geotest.drenthe.nl/website/ngr/am.xml
168 WARN Reader Directive(..)
176 WARN UniversalReader -- readSchema resulted in 0 schema features being returned
Is this a bug? Am I missing a parameter? Help!