My goal is to have a standalone python script that executes the 'WFS to Feature Class' tool for a secured WFS.
In ArcGIS Pro 2.4.2, the tool does not work until I add the WFS Server to the Server list in the Catalog (where I enter credentials to establish the connection). Once the WFS Server is added then I can run the tool and it works.
How can I enter WFS Server credentials in a python script so I don't have to open ArcGIS Pro and establish the WFS Server connection before manually running the tool?
Hey Alex, did you ever figure out how to connect to secured WFS service from a python script so you could run WFS to feature class tool?
Thanks,
John
Hi John,
No I have not been able to.