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?