I'm using a FeatureReader to read features from the WFS:
https://geodata.nationaalgeoregister.nl/beta/bgt/wfs?request=getcapabilitiesWhen I read only one Feature Type, it works fine. But when I try to read more then one, the featyre is rejected. I now use multiple FeatureReaders, each of them reading 1 feature type, but my workbench gets very complex. Can somebody help me fix the problem?
Thank you!