This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ssl | |
from suds.client import Client | |
import logging | |
# ignore ssl pain | |
ssl._create_default_https_context = ssl._create_unverified_context | |
# setup creds for auth | |
username = 'admin' | |
passwd = 'lab_password' | |
# setup access to the wdsl and the pub | |
# |