Hi,
I'm trying get a workbench to load 1000000+ features from a WFS version 1.1.0 with a download restriction of 10.000 features. Currently version 2.0.0 is not supported by this service.
I would like to know if it's possible to download those features in a similar way 'pagination' does for version 2.0.0. I understand this is not suppported in version 1.1.0.
I have tried to set parameters 'Max Features', 'Start Index' and 'Count' within my WFS reader with no luck. Same features are downloaded every single time.
Is there an alternative way to achieve this ?
**Edit
What am now trying to do is to achieve this with HttpCaller + a custom 'Loop' transformer.
However I'm stuck trying to configure this looper...