I have a WFS URL that I am adding as an item to ArcGIS Online. The WFS has well over 10,000 features. The default max number of features that ArcGIS Online will import is 3000 and the most I can enter is 9999.
If I change the visibility range to capture less than 3000 features at a time, it is still only importing the first 3000 records in the table for the entire dataset, not the given extent.
Is there a workaround to retrieve all features from a WFS? I also have a SQL Server Geodatabase instance that I could use to import this WFS to and publish through ArcGIS Server for consumption if needed. If this avoids the WFS max features obstacle.