/arcgis/admin in a browser and log in.
2. Navigate to services > Select the service with WFS enabled > Select Edit under Supported Operations.
3. Modify JSON under "typeName": "WFSServer" section to include "disableStreaming": "true" and Save Edits.
4. Try the WFS URLs again, they will work.
Refer to this documentation: https://developers.arcgis.com/rest/enterprise-administration/server/extensiontypes.htm for more info on modifying WFS service properties via the admin API.
解决办法
From Product Team:
In the 10.9.1 version, the user needs to edit the properties of the service in the admin API. Below are the steps:
- Navigate to Server Admin e.g. https://<myserver>/arcgis/admin in a browser and log in.
- Navigate to services > Select the service with WFS enabled > Select Edit under Supported Operations.
- Modify JSON under "typeName": "WFSServer" section to include "disableStreaming": "true" and Save Edits.
- Try the WFS URLs again, they will work.
Refer to this documentation: https://developers.arcgis.com/rest/enterprise-administration/server/extensiontypes.htm for more info on modifying WFS service properties via the admin API.
重现步骤