I can't connect to a specific ArcGIS Server feature service using a FeatureReader.
I get the service layers listed as output ports but when I execute the translation it throws this error:
ArcGIS Feature Service Reader: Encountered an unexpected error. The error code from the server was '400' and the message was: 'Failed to execute query.'. Details: ''
Using a Reader instead all service layers are read without problem.
I don't understand why the Reader connection works different than the transformer. Any idea?
Generally I would stick to the Reader connection and forget about this weird thing but I prefer using a FeatureReader here because I need to catch any error and work further with it in the translation.