sunilsunderrajdev
Results
1
issues of
sunilsunderrajdev
I am connecting to EWS, but I get 401 error urllib.error.HTTPError: HTTP Error 401: Anonymous Request Disallowed Below is the code ssl._create_default_https_context = ssl._create_unverified_context logging.basicConfig(level=logging.INFO) logging.getLogger('suds.client').setLevel(logging.DEBUG) url = "https://xxx.xxx.xxx.com/EWS/Services.wsdl" username...
question